1
0
Fork 0
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:
Steve Evans 2024-12-07 20:52:58 +00:00 committed by GitHub
parent 896c8ee29b
commit b5ab83b3bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 90 additions and 46 deletions

View file

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