mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Prepare SD card SPI and SDIO variants for consolidation
This commit is contained in:
parent
8980ba1065
commit
00840ce40f
109 changed files with 1397 additions and 1262 deletions
|
@ -3816,7 +3816,7 @@ const cliResourceValue_t resourceTable[] = {
|
|||
DEFS( OWNER_COMPASS_EXTI, PG_COMPASS_CONFIG, compassConfig_t, interruptTag ),
|
||||
#endif
|
||||
#endif
|
||||
#ifdef USE_SDCARD
|
||||
#ifdef USE_SDCARD_SPI
|
||||
DEFS( OWNER_SDCARD_CS, PG_SDCARD_CONFIG, sdcardConfig_t, chipSelectTag ),
|
||||
DEFS( OWNER_SDCARD_DETECT, PG_SDCARD_CONFIG, sdcardConfig_t, cardDetectTag ),
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue