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/01/21 15:02:54 UTC

[GitHub] [incubator-nuttx] XuNeo commented on a change in pull request #5294: driver/mmcsd: add option to limit block count in multiple-block trans…

XuNeo commented on a change in pull request #5294:
URL: https://github.com/apache/incubator-nuttx/pull/5294#discussion_r789732022



##########
File path: drivers/mmcsd/mmcsd_sdio.c
##########
@@ -87,6 +87,12 @@
 
 #define IS_EMPTY(priv) (priv->type == MMCSD_CARDTYPE_UNKNOWN)
 
+#if CONFIG_MMCSD_MULTIBLOCK_LIMIT == 0
+# define MMCSD_MULTIBLOCK_LIMIT  UINT_MAX

Review comment:
       Sure. 




-- 
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