mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +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 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
|
|||
"SPI_MOSI",
|
||||
"I2C_SCL",
|
||||
"I2C_SDA",
|
||||
"SDCARD",
|
||||
"SDCARD_CS",
|
||||
"SDCARD_DETECT",
|
||||
"FLASH_CS",
|
||||
"BARO_CS",
|
||||
"MPU_CS",
|
||||
|
@ -54,7 +56,6 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
|
|||
"USB_DETECT",
|
||||
"BEEPER",
|
||||
"OSD",
|
||||
"SDCARD_DETECT",
|
||||
"RX_BIND",
|
||||
"INVERTER",
|
||||
"LED_STRIP",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue