wangchdo commented on code in PR #3265:
URL: https://github.com/apache/nuttx-apps/pull/3265#discussion_r2690299102
##########
system/cu/cu_main.c:
##########
@@ -484,27 +488,27 @@ int main(int argc, FAR char *argv[])
nwrite = i + 1;
- /* We've seen and escape (~) character, echo it to local
- * terminal and read the next char from serial
- */
+ /* We've seen and escape (~) character, echo it to local
Review Comment:
Done
##########
testing/ostest/ostest_main.c:
##########
@@ -511,6 +512,7 @@ static int user_main(int argc, char *argv[])
check_test_memory_usage();
#endif
+#ifdef CONFIG_ENABLE_ALL_SIGNALS
Review Comment:
Done
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]