gustavonihei commented on code in PR #9037:
URL: https://github.com/apache/nuttx/pull/9037#discussion_r1170086569


##########
fs/littlefs/lfs_vfs.c:
##########
@@ -39,6 +39,14 @@
 #include "littlefs/lfs.h"
 #include "littlefs/lfs_util.h"
 
+/****************************************************************************
+ * Pre-processor Definitions
+ ****************************************************************************/
+
+#ifndef CONFIG_C99_BOOL
+#  error littlefs requires CONFIG_C99_BOOL to be selected```

Review Comment:
   ```suggestion
   #  error littlefs requires CONFIG_C99_BOOL to be selected
   ```
   Probably some leftovers from markdown syntax



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

Reply via email to