mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +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
|
@ -252,7 +252,6 @@ static void configureSPIAndQuadSPI(void)
|
|||
|
||||
void sdCardAndFSInit()
|
||||
{
|
||||
sdcardInsertionDetectInit(sdcardConfig());
|
||||
sdcard_init(sdcardConfig());
|
||||
afatfs_init();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue