aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-05-09 15:52:36 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-05-09 15:52:36 +0200
commit3152dae3dca9f6104e685fc27da0aba7c09ac3ca (patch)
tree962726341b6b6bc5983dffc35a0a14bb9771f9d3 /nuttx
parentb944962a7352c94dce6d41c5b6c6cb2b2cfec373 (diff)
parent83ce24072fb881802339e40511e0c36006656840 (diff)
downloadpx4-firmware-3152dae3dca9f6104e685fc27da0aba7c09ac3ca.tar.gz
px4-firmware-3152dae3dca9f6104e685fc27da0aba7c09ac3ca.tar.bz2
px4-firmware-3152dae3dca9f6104e685fc27da0aba7c09ac3ca.zip
Merged with master
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/configs/px4fmu/nsh/defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/px4fmu/nsh/defconfig b/nuttx/configs/px4fmu/nsh/defconfig
index cf30b835f..02e224302 100755
--- a/nuttx/configs/px4fmu/nsh/defconfig
+++ b/nuttx/configs/px4fmu/nsh/defconfig
@@ -647,10 +647,14 @@ CONFIG_DISABLE_POLL=n
# CONFIG_LIBC_FIXEDPRECISION - Sets 7 digits after dot for printing:
# 5.1234567
# CONFIG_HAVE_LONG_LONG - Enabled printf("%llu)
+# CONFIG_LIBC_STRERR - allow printing of error text
+# CONFIG_LIBC_STRERR_SHORT - allow printing of short error text
#
CONFIG_NOPRINTF_FIELDWIDTH=n
CONFIG_LIBC_FLOATINGPOINT=y
CONFIG_HAVE_LONG_LONG=y
+CONFIG_LIBC_STRERROR=n
+CONFIG_LIBC_STRERROR_SHORT=n
#
# Allow for architecture optimized implementations