aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-09-06 13:27:33 -0700
committerLorenz Meier <lm@inf.ethz.ch>2013-09-06 13:27:33 -0700
commitbdabcd9627b216aa64027657fe9295725804e6de (patch)
treed1f8241b70d746cf01944939fa6c62bcd1621bcf
parent79dfd8353311112b40899e95bbd7759ece3d1bb8 (diff)
parent58adc7e40b886a9d5facd3aae61ec5d91e7f4cbf (diff)
downloadpx4-firmware-bdabcd9627b216aa64027657fe9295725804e6de.tar.gz
px4-firmware-bdabcd9627b216aa64027657fe9295725804e6de.tar.bz2
px4-firmware-bdabcd9627b216aa64027657fe9295725804e6de.zip
Merge pull request #382 from PX4/bool_fix
Make bool on FMUv1 and FMUv2 behave the same
-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