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:
parent
7e6a890e47
commit
da93c07432
4 changed files with 3 additions and 15 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue