Merge pull request #3223 from PX4/master_commander_stack_size

BUGFIX:CLI "commander calibrate acel" resulted in hardfault
This commit is contained in:
Lorenz Meier
2015-11-19 19:04:51 +01:00
+1 -1
View File
@@ -37,7 +37,7 @@ endif()
px4_add_module(
MODULE modules__commander
MAIN commander
STACK 3000
STACK 4096
COMPILE_FLAGS
${MODULE_CFLAGS}
-Os