pkarashchenko commented on PR #9037: URL: https://github.com/apache/nuttx/pull/9037#issuecomment-1512661374
But the littlefs code is anyway C89 in compliant no matter of a toolchain. I just saw that `CONFIG_C99_BOOL` is selected based on `__STDC_VERSION__ `, so I'm fine with the change now. ``` #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L # define CONFIG_C99_BOOL 1 #endif ``` -- 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