Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stm32h7:sdmmc It is not an error if no wait was needed
If the CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE is enabled and the card is found to be ready in the waitenable call. Then we do not need a Watchdog nor to configure the pin for IRQ to detect ready. This was reported as an error, and it is not, it simply means we do not have to wait.
- Loading branch information