mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
added STACK_MAIN to CMakeLists.txt and bumped up the stack from 1024 default to 1100
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
px4_add_module(
|
||||
MODULE drivers__batt_smbus
|
||||
MAIN batt_smbus
|
||||
STACK_MAIN 1100
|
||||
COMPILE_FLAGS
|
||||
SRCS
|
||||
batt_smbus_main.cpp
|
||||
|
||||
Reference in New Issue
Block a user