aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-11-27 17:17:04 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-11-27 17:17:04 +0100
commit898d411fd8f7649841069c3dd8146c3eea5874ce (patch)
tree1a2b51a179f701e685b20b1e6c0096350ac52d9d /nuttx-configs
parent34aeec529a979c123c2aa0b082d06f0502492146 (diff)
downloadpx4-firmware-898d411fd8f7649841069c3dd8146c3eea5874ce.tar.gz
px4-firmware-898d411fd8f7649841069c3dd8146c3eea5874ce.tar.bz2
px4-firmware-898d411fd8f7649841069c3dd8146c3eea5874ce.zip
Add missing CMDPARAMs and ARGCAT config options
Diffstat (limited to 'nuttx-configs')
-rw-r--r--nuttx-configs/px4fmu-v2/nsh/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx-configs/px4fmu-v2/nsh/defconfig b/nuttx-configs/px4fmu-v2/nsh/defconfig
index 8e75c52a1..c85af86f2 100644
--- a/nuttx-configs/px4fmu-v2/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v2/nsh/defconfig
@@ -1109,9 +1109,9 @@ CONFIG_NSH_READLINE=y
# CONFIG_NSH_CLE is not set
CONFIG_NSH_LINELEN=128
# CONFIG_NSH_DISABLE_SEMICOLON is not set
-# CONFIG_NSH_CMDPARMS is not set
+CONFIG_NSH_CMDPARMS=y
CONFIG_NSH_MAXARGUMENTS=12
-# CONFIG_NSH_ARGCAT is not set
+CONFIG_NSH_ARGCAT=y
CONFIG_NSH_NESTDEPTH=8
# CONFIG_NSH_DISABLEBG is not set
CONFIG_NSH_BUILTIN_APPS=y