diff --git a/src/modules/commander/CMakeLists.txt b/src/modules/commander/CMakeLists.txt index c8ede875b6..4239797e0a 100644 --- a/src/modules/commander/CMakeLists.txt +++ b/src/modules/commander/CMakeLists.txt @@ -37,7 +37,7 @@ endif() px4_add_module( MODULE modules__commander MAIN commander - STACK 3000 + STACK 4096 COMPILE_FLAGS ${MODULE_CFLAGS} -Os