1
0
Fork 0
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:
Michael Jakob 2017-02-02 21:17:45 +01:00 committed by borisbstyle
parent ea2c8a6fde
commit 377893e173
3 changed files with 8 additions and 2 deletions

View file

@ -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",