acassis commented on code in PR #2737:
URL: https://github.com/apache/nuttx-apps/pull/2737#discussion_r1803105059


##########
nshlib/Kconfig:
##########
@@ -231,6 +231,13 @@ config NSH_ALIAS_MAX_AMOUNT
 
 endif # NSH_ALIAS
 
+config NSH_PIPELINE
+       bool "Enable pipeline support"
+       default n

Review Comment:
   @JianyuWang0623 in this case, it is better to use:
   ```
        default !DEFAULT_SMALL
   ```
   
   OR
   
   ```     
        default y if !DEFAULT_SMALL
   ```
   
   to make the code clear



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