mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Only look for SD card during initial startup and give up after timeout
This commit is contained in:
parent
e9b6867d40
commit
9d29efdd5d
4 changed files with 79 additions and 31 deletions
|
@ -265,8 +265,10 @@ sdcardOperationStatus_e sdcard_writeBlock(uint32_t blockIndex, uint8_t *buffer,
|
|||
|
||||
void sdcardInsertionDetectDeinit(void);
|
||||
void sdcardInsertionDetectInit(void);
|
||||
bool sdcard_isInserted();
|
||||
|
||||
void sdcard_poll();
|
||||
bool sdcard_isInserted();
|
||||
bool sdcard_isInitialized();
|
||||
bool sdcard_isFunctional();
|
||||
|
||||
bool sdcard_poll();
|
||||
const sdcardMetadata_t* sdcard_getMetadata();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue