aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/px4fmu-v1
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-09-06 17:07:11 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-09-06 17:07:11 +0200
commit58adc7e40b886a9d5facd3aae61ec5d91e7f4cbf (patch)
tree60c5399f568ed8fb18014d6d9b6656f9202fa230 /nuttx-configs/px4fmu-v1
parent3d821b8131f762836051b01bc8b2af145d99ebee (diff)
downloadpx4-firmware-58adc7e40b886a9d5facd3aae61ec5d91e7f4cbf.tar.gz
px4-firmware-58adc7e40b886a9d5facd3aae61ec5d91e7f4cbf.tar.bz2
px4-firmware-58adc7e40b886a9d5facd3aae61ec5d91e7f4cbf.zip
Make bool on FMUv1 and FMUv2 behave the same
Diffstat (limited to 'nuttx-configs/px4fmu-v1')
-rw-r--r--nuttx-configs/px4fmu-v1/nsh/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx-configs/px4fmu-v1/nsh/defconfig b/nuttx-configs/px4fmu-v1/nsh/defconfig
index 5be528f8c..a1e128a40 100644
--- a/nuttx-configs/px4fmu-v1/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v1/nsh/defconfig
@@ -712,7 +712,7 @@ CONFIG_SCHED_LPWORKSTACKSIZE=2048
#
# Basic CXX Support
#
-# CONFIG_C99_BOOL8 is not set
+CONFIG_C99_BOOL8=y
CONFIG_HAVE_CXX=y
CONFIG_HAVE_CXXINITIALIZE=y
# CONFIG_CXX_NEWLONG is not set