pkarashchenko commented on a change in pull request #5294:
URL: https://github.com/apache/incubator-nuttx/pull/5294#discussion_r789474186
##########
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:
Since it is used with variables of `ssize_t` maybe better to define this
to
```suggestion
# define MMCSD_MULTIBLOCK_LIMIT SSIZE_MAX
```
?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]