cederom commented on code in PR #3657:
URL: https://github.com/apache/nuttx-apps/pull/3657#discussion_r3645735704


##########
system/readline/Kconfig:
##########
@@ -54,6 +54,25 @@ config READLINE_MAX_EXTCMDS
 
 endif # READLINE_TABCOMPLETION
 
+config READLINE_EDIT
+       bool "Command line editing"
+       default y if !DEFAULT_SMALL

Review Comment:
   i think @xiaoxiang781216 meant to update `default y if !DEFAULT_SMALL` -> 
`default !DEFAULT_SMALL` :-)



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