btashton commented on a change in pull request #2464: URL: https://github.com/apache/incubator-nuttx/pull/2464#discussion_r534746018
########## File path: drivers/mmcsd/mmcsd_sdio.c ########## @@ -2645,7 +2645,7 @@ static int mmcsd_widebus(FAR struct mmcsd_state_s *priv) priv->widebus = true; SDIO_CLOCK(priv->dev, CLOCK_SD_TRANSFER_4BIT); - usleep(MMCSD_CLK_DELAY); + up_udelay(MMCSD_CLK_DELAY); Review comment: Hmmm we will need to figure out why. That will cause lots of issues. Does it hang forever or is it just too long/short? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org