xiaoxiang781216 commented on a change in pull request #1049: URL: https://github.com/apache/incubator-nuttx-apps/pull/1049#discussion_r820949279
########## File path: examples/serialrx/serialrx_main.c ########## @@ -175,7 +175,14 @@ int main(int argc, FAR char *argv[]) } fflush(stdout); -#endif /* Kamal */ +#elif defined(CONFIG_EXAMPLES_SERIALRX_PRINTSTR) + for (int i = 0; i < (int)n; i++) Review comment: need avoid the syntax not exist in c89 -- 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