Zhangshoukui commented on code in PR #15326:
URL: https://github.com/apache/nuttx/pull/15326#discussion_r1897208227


##########
sched/Kconfig:
##########
@@ -1412,6 +1412,13 @@ config PATH_MAX
        ---help---
                The maximum size of path name.
 
+config LINE_MAX
+       int "Maximum size of line"
+       default 64 if DEFAULT_SMALL
+       default 80 if !DEFAULT_SMALL
+       ---help---
+               The maximum size of line.

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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to