mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 03:50:02 +03:00
Fixes SD_DET for SDIO
This commit is contained in:
parent
5b91ec41e3
commit
bc95da4259
2 changed files with 5 additions and 0 deletions
|
@ -3818,6 +3818,8 @@ const cliResourceValue_t resourceTable[] = {
|
|||
#endif
|
||||
#ifdef USE_SDCARD_SPI
|
||||
DEFS( OWNER_SDCARD_CS, PG_SDCARD_CONFIG, sdcardConfig_t, chipSelectTag ),
|
||||
#endif
|
||||
#ifdef USE_SDCARD
|
||||
DEFS( OWNER_SDCARD_DETECT, PG_SDCARD_CONFIG, sdcardConfig_t, cardDetectTag ),
|
||||
#endif
|
||||
#ifdef USE_PINIO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue