[FL-2654] Updater: retrying pre-boot SD card mount multiple times (#1402)
* Updater: retrying pre-boot SD card mount multiple times * Updater: added delay before retrying SD card mount on early boot Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -331,6 +331,10 @@ void SD_SPI_Bus_To_Normal_State() {
|
||||
* @{
|
||||
*/
|
||||
|
||||
uint8_t BSP_SD_MaxMountRetryCount() {
|
||||
return 10;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Initializes the SD/SD communication.
|
||||
* @param None
|
||||
|
Reference in New Issue
Block a user