You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/08/24 07:14:34 UTC

[GitHub] [incubator-nuttx] davids5 commented on a diff in pull request #6904: drivers/mmcsd: Double the MMCSD_IDLE_DELAY from 50ms to 100ms

davids5 commented on code in PR #6904:
URL: https://github.com/apache/incubator-nuttx/pull/6904#discussion_r953433636


##########
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:
   ```suggestion
   #define MMCSD_IDLE_DELAY        ((useconds_t)100000) /* Short delay to allow change to IDLE state */
   ```



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org