xiaoxiang781216 commented on code in PR #2926: URL: https://github.com/apache/nuttx-apps/pull/2926#discussion_r1901437324
########## examples/xbc_test/xbc_test_main.c: ########## @@ -89,7 +78,7 @@ int main(int argc, FAR char *argv[]) * controller test. */ - for (;;) + while (1) Review Comment: Yes, the code base normally uses `for (; ; )` for infinite loop. -- 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