1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Prepare SD card SPI and SDIO variants for consolidation

This commit is contained in:
jflyper 2018-09-27 23:42:06 +09:00
parent 8980ba1065
commit 00840ce40f
109 changed files with 1397 additions and 1262 deletions

View file

@ -120,6 +120,9 @@ typedef enum {
TABLE_VTX_LOW_POWER_DISARM,
#endif
TABLE_GYRO_HARDWARE,
#ifdef USE_SDCARD
TABLE_SDCARD_MODE,
#endif
LOOKUP_TABLE_COUNT
} lookupTableIndex_e;