diff --git a/os/hal/include/hal_mmc_spi.h b/os/hal/include/hal_mmc_spi.h index 4ce540df4b..025b5ddfc7 100644 --- a/os/hal/include/hal_mmc_spi.h +++ b/os/hal/include/hal_mmc_spi.h @@ -34,7 +34,7 @@ #define MMC_CMD0_RETRY 10U #define MMC_CMD1_RETRY 100U #define MMC_ACMD41_RETRY 100U -#define MMC_WAIT_DATA 10000U +#define MMC_WAIT_DATA 100000U /** * @brief Size of the buffer to be supplied to the driver.