Merge pull request #382 from PX4/bool_fix

Make bool on FMUv1 and FMUv2 behave the same
This commit is contained in:
Lorenz Meier 2013-09-06 13:27:33 -07:00
commit bdabcd9627
1 changed files with 1 additions and 1 deletions

View File

@ -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