mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +08:00
commander: Increase frame size limit
This commit is contained in:
@@ -52,5 +52,5 @@ MODULE_STACKSIZE = 5000
|
||||
|
||||
MAXOPTIMIZATION = -Os
|
||||
|
||||
EXTRACXXFLAGS = -Wframe-larger-than=2000
|
||||
EXTRACXXFLAGS = -Wframe-larger-than=2200
|
||||
|
||||
|
||||
Reference in New Issue
Block a user