1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Refactored SD card initialisation to contain SD card detection initialisation.

This commit is contained in:
mikeller 2019-07-14 17:09:35 +12:00
parent 7e6a890e47
commit da93c07432
4 changed files with 3 additions and 15 deletions

View file

@ -107,8 +107,6 @@ extern sdcard_t sdcard;
STATIC_ASSERT(sizeof(sdcardCSD_t) == 16, sdcard_csd_bitfields_didnt_pack_properly);
void sdcardInsertionDetectInit(const sdcardConfig_t *config);
void sdcardInsertionDetectDeinit(void);
bool sdcard_isInserted(void);
typedef struct sdcardVTable_s {