forked from Archive/PX4-Autopilot
Merge branch 'linux' of http://github.com/mcharleb/Firmware into linux
This commit is contained in:
commit
c77448747e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue