wangchdo commented on code in PR #3265:
URL: https://github.com/apache/nuttx-apps/pull/3265#discussion_r2690298164


##########
nshlib/nsh_proccmds.c:
##########
@@ -1357,7 +1360,9 @@ int cmd_top(FAR struct nsh_vtbl_s *vtbl, int argc, FAR 
char **argv)
   FAR char *pidlist = NULL;
   size_t num = SIZE_MAX;
   size_t i;
+#ifdef CONFIG_ENABLE_FULL_SIGNALS

Review Comment:
   Done



##########
nshlib/nsh_proccmds.c:
##########
@@ -1393,6 +1398,7 @@ int cmd_top(FAR struct nsh_vtbl_s *vtbl, int argc, FAR 
char **argv)
         }
     }
 
+#ifdef CONFIG_ENABLE_FULL_SIGNALS

Review Comment:
   Done



##########
system/cu/cu_main.c:
##########
@@ -474,7 +478,7 @@ int main(int argc, FAR char *argv[])
             }
 
           if (start_of_line == 1 && ch == cu->escape)
-            {
+        {

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]

Reply via email to