forked from Archive/PX4-Autopilot
increase commander framesize
This commit is contained in:
parent
c29972424f
commit
c583f1fe8b
|
@ -52,5 +52,5 @@ MODULE_STACKSIZE = 1200
|
|||
|
||||
MAXOPTIMIZATION = -Os
|
||||
|
||||
EXTRACXXFLAGS = -Wframe-larger-than=1900
|
||||
EXTRACXXFLAGS = -Wframe-larger-than=2000
|
||||
|
||||
|
|
Loading…
Reference in New Issue