xiaoxiang781216 commented on code in PR #6904: URL: https://github.com/apache/incubator-nuttx/pull/6904#discussion_r952737517
########## drivers/mmcsd/mmcsd_sdio.c: ########## @@ -68,7 +68,7 @@ /* Timing (all in units of microseconds) */ #define MMCSD_POWERUP_DELAY ((useconds_t)250) /* 74 clock cycles @ 400KHz = 185uS */ -#define MMCSD_IDLE_DELAY ((useconds_t)50000) /* Short delay to allow change to IDLE state */ +#define MMCSD_IDLE_DELAY ((useconds_t)100000) /* Short delay to allow change to IDLE state */ Review Comment: @SimonFilgis let's squash two patch into one: git rebase --interactive HEAD~2 git push -f origin cherrypick_sd_card_timing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org