aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-06-07 18:00:37 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-06-07 18:00:37 +0200
commitaa641b5c348b5236f5d7f882daa6a7b2ff98fd83 (patch)
tree62dbb324b761329a1fbe686fdc7602e6e5090751 /nuttx
parent5c74809dac57f58f92ad92433496731481703982 (diff)
downloadpx4-firmware-aa641b5c348b5236f5d7f882daa6a7b2ff98fd83.tar.gz
px4-firmware-aa641b5c348b5236f5d7f882daa6a7b2ff98fd83.tar.bz2
px4-firmware-aa641b5c348b5236f5d7f882daa6a7b2ff98fd83.zip
Hotfix: Renamed max NSH argument variable to correct define
Diffstat (limited to 'nuttx')
-rw-r--r--[-rwxr-xr-x]nuttx/configs/px4fmu/nsh/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/px4fmu/nsh/defconfig b/nuttx/configs/px4fmu/nsh/defconfig
index 0662f7fbe..248e508c2 100755..100644
--- a/nuttx/configs/px4fmu/nsh/defconfig
+++ b/nuttx/configs/px4fmu/nsh/defconfig
@@ -955,7 +955,7 @@ CONFIG_CDCACM_PRODUCTSTR="PX4 FMU v1.6"
# CONFIG_NSH_FILEIOSIZE - Size of a static I/O buffer
# CONFIG_NSH_STRERROR - Use strerror(errno)
# CONFIG_NSH_LINELEN - Maximum length of one command line
-# CONFIG_NSH_MAX_ARGUMENTS - Maximum number of arguments for command line
+# CONFIG_NSH_MAXARGUMENTS - Maximum number of arguments for command line
# CONFIG_NSH_NESTDEPTH - Max number of nested if-then[-else]-fi
# CONFIG_NSH_DISABLESCRIPT - Disable scripting support
# CONFIG_NSH_DISABLEBG - Disable background commands
@@ -988,7 +988,7 @@ CONFIG_NSH_BUILTIN_APPS=y
CONFIG_NSH_FILEIOSIZE=512
CONFIG_NSH_STRERROR=y
CONFIG_NSH_LINELEN=128
-CONFIG_NSH_MAX_ARGUMENTS=12
+CONFIG_NSH_MAXARGUMENTS=12
CONFIG_NSH_NESTDEPTH=8
CONFIG_NSH_DISABLESCRIPT=n
CONFIG_NSH_DISABLEBG=n