radek-pesina commented on code in PR #8922: URL: https://github.com/apache/nuttx/pull/8922#discussion_r1155395555
########## drivers/mmcsd/mmcsd_sdio.c: ########## @@ -3722,24 +3836,29 @@ static int mmcsd_probe(FAR struct mmcsd_state_s *priv) /* Bit 1: SD version 1.x */ case MMCSD_CARDTYPE_SDV1: + finfo("SD version 1.x .\n"); Review Comment: functionality for SD cards was maintained from original implementation, but looking at the code fallthrough should still make sense - the SD initialistion routine should work for both v1.x and 2.x implementations, supporting identification and usage of block mode addressing for SDHC cards. -- 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