mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:22:32 +08:00
configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
This commit is contained in:
@@ -402,6 +402,8 @@ CONFIG_EXAMPLES_NSH=y
|
||||
# NSH Library
|
||||
#
|
||||
CONFIG_NSH_LIBRARY=y
|
||||
CONFIG_NSH_READLINE=y
|
||||
# CONFIG_NSH_CLE is not set
|
||||
|
||||
#
|
||||
# Disable Individual commands
|
||||
|
||||
Reference in New Issue
Block a user