xiaoxiang781216 commented on code in PR #6621: URL: https://github.com/apache/incubator-nuttx/pull/6621#discussion_r922234259
########## drivers/mmcsd/mmcsd_sdio.c: ########## @@ -3377,8 +3359,7 @@ static int mmcsd_probe(FAR struct mmcsd_state_s *priv) { /* Yes... */ - finfo("Capacity: %lu Kbytes\n", - (unsigned long)(priv->capacity / 1024)); + finfo("Capacity: %lu blocks\n", (unsigned long)priv->nblocks); Review Comment: Ok, the capacity bring back again. -- 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