added STACK_MAIN to CMakeLists.txt and bumped up the stack from 1024 default to 1100

This commit is contained in:
Jake Dahl
2018-07-26 11:22:20 -06:00
committed by Lorenz Meier
parent 58e81ef66b
commit 5cac32de66
+1
View File
@@ -33,6 +33,7 @@
px4_add_module(
MODULE drivers__batt_smbus
MAIN batt_smbus
STACK_MAIN 1100
COMPILE_FLAGS
SRCS
batt_smbus_main.cpp