sdmmc: Streamline power cycle wait for Sandisks U1

This commit is contained in:
CTCaer
2019-08-28 02:39:43 +03:00
parent c50e61f961
commit 02826dd9a6
8 changed files with 34 additions and 14 deletions

View File

@@ -735,6 +735,9 @@ static void _reload_nyx()
reconfig_hw_workaround(false, 0);
// Some cards (Sandisk U1), do not like a fast power cycle. Wait min 100ms.
sdmmc_storage_init_wait_sd();
(*main_ptr)();
}