fdcavalcanti commented on code in PR #3168:
URL: https://github.com/apache/nuttx-apps/pull/3168#discussion_r2319237657


##########
nshlib/Kconfig:
##########
@@ -242,6 +242,14 @@ config NSH_BUILTIN_APPS
                more information).  This options requires support for builtin
                applications (BUILTIN).
 
+config NSH_BUILTIN_AS_COMMAND
+       bool "run builtin apps as command"
+       default n
+       depends on BUILTIN
+       ---help---
+               set if users want to run builtin app directly without creating a
+               separate thread
+

Review Comment:
   ```suggestion
   config NSH_BUILTIN_AS_COMMAND
        bool "Run builtin apps as command"
        default n
        depends on BUILTIN
        ---help---
                Enable to run builtin application directly without creating a 
separate thread.
   
   ```
   Spelling fixes please.



-- 
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