XinStellaris commented on code in PR #9037: URL: https://github.com/apache/nuttx/pull/9037#discussion_r1169945114
########## 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 is based on C99 BOOL Review Comment: it is a typo error, I will fix it -- 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