mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
AT32 SD card support (#14070)
This commit is contained in:
parent
896c8ee29b
commit
b5ab83b3bc
5 changed files with 90 additions and 46 deletions
|
@ -91,7 +91,7 @@ typedef struct sdcard_t {
|
|||
|
||||
#ifdef USE_SDCARD_SPI
|
||||
extDevice_t dev;
|
||||
uint8_t idleCount;
|
||||
int8_t idleCount;
|
||||
#endif
|
||||
|
||||
#ifdef USE_SDCARD_SDIO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue