mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-09 05:15:55 +00:00
SDMMC busy wait timeout was incorrectly waiting for CONFIG_SD_DATA_TIMEOUT microseconds, but should be waiting for CONFIG_SD_DATA_TIMEOUT milliseconds. Multiply wait value by 1000. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
sd_utils.h | ||
sd.c | ||
sdmmc_priv.h | ||
sdmmc.c |