xiaoxiang781216 commented on code in PR #1709:
URL: https://github.com/apache/nuttx-apps/pull/1709#discussion_r1163130592
##########
system/critmon/critmon.c:
##########
@@ -381,7 +391,7 @@ static void critmon_global_crit(void)
/* Finally, output the stack info that we gleaned from the procfs */
- printf("%11s %11s ----------- ----- CPU %s\n",
+ printf("%11s %11s ----------- ----- ---- CPU %s\n",
Review Comment:
```suggestion
printf("%11s %11s ----------- ----------- ----- CPU %s\n",
```
--
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]