aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2012-09-20 15:35:21 -0700
committerLorenz Meier <lm@inf.ethz.ch>2012-09-20 15:35:21 -0700
commiteaa6d0d4f2197ab023e5ace8ec549606b98e5a40 (patch)
treec23bdb0ac1b8c0721af8d5164ba0293eaf611fa2 /nuttx
parent42f040ab66425c127231f2219864d4e430415ebf (diff)
parentd7085ba9e30f5166ec583eeec6bb018364a14ce0 (diff)
downloadpx4-firmware-eaa6d0d4f2197ab023e5ace8ec549606b98e5a40.tar.gz
px4-firmware-eaa6d0d4f2197ab023e5ace8ec549606b98e5a40.tar.bz2
px4-firmware-eaa6d0d4f2197ab023e5ace8ec549606b98e5a40.zip
Merge pull request #30 from julianoes/gps_fix
some gps fixes (only tested without gps attached)
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/configs/px4fmu/nsh/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/px4fmu/nsh/defconfig b/nuttx/configs/px4fmu/nsh/defconfig
index bc1543d56..e1ba862cf 100755
--- a/nuttx/configs/px4fmu/nsh/defconfig
+++ b/nuttx/configs/px4fmu/nsh/defconfig
@@ -941,6 +941,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_NESTDEPTH - Max number of nested if-then[-else]-fi
# CONFIG_NSH_DISABLESCRIPT - Disable scripting support
# CONFIG_NSH_DISABLEBG - Disable background commands
@@ -972,6 +973,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_NESTDEPTH=8
CONFIG_NSH_DISABLESCRIPT=n
CONFIG_NSH_DISABLEBG=n