mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 23:35:34 +03:00
Register SDCard DMA in resource list
This commit is contained in:
parent
ea2c8a6fde
commit
377893e173
3 changed files with 8 additions and 2 deletions
|
@ -41,7 +41,9 @@ typedef enum {
|
|||
OWNER_SPI_MOSI,
|
||||
OWNER_I2C_SCL,
|
||||
OWNER_I2C_SDA,
|
||||
OWNER_SDCARD,
|
||||
OWNER_SDCARD_CS,
|
||||
OWNER_SDCARD_DETECT,
|
||||
OWNER_FLASH_CS,
|
||||
OWNER_BARO_CS,
|
||||
OWNER_MPU_CS,
|
||||
|
@ -54,7 +56,6 @@ typedef enum {
|
|||
OWNER_USB_DETECT,
|
||||
OWNER_BEEPER,
|
||||
OWNER_OSD,
|
||||
OWNER_SDCARD_DETECT,
|
||||
OWNER_RX_BIND,
|
||||
OWNER_INVERTER,
|
||||
OWNER_LED_STRIP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue