cederom commented on code in PR #2926: URL: https://github.com/apache/nuttx-apps/pull/2926#discussion_r1901252566
########## 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: Thank you @xiaoxiang781216 :-) Just curious to use `for(;;)` to stay coherent with other code parts or other reason? :-) -- 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