Merge branch 'linux' of http://github.com/mcharleb/Firmware into linux

This commit is contained in:
Mark Charlebois 2015-04-22 08:32:42 -07:00
commit c77448747e
1 changed files with 2 additions and 0 deletions

View File

@ -45,4 +45,6 @@ MODULE_STACKSIZE = 1200
EXTRACFLAGS = -Wno-float-equal -Wframe-larger-than=3700
ifeq ($(PX4_TARGET_OS),nuttx)
EXTRACXXFLAGS = -Wframe-larger-than=2400
endif