Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion os/hal/include/hal_mmc_spi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading