uavcan_v1: Increase stack size

Also increases stack frame size limit, which was what the compiler was
throwing an error on.
This commit is contained in:
JacobCrabill 2021-02-18 14:42:03 -08:00 committed by Lorenz Meier
parent 70ff6703b7
commit b88e8b6684

View File

@ -63,6 +63,7 @@ endif()
px4_add_module(
MODULE drivers__uavcan_v1
MAIN uavcan_v1
STACK_MAIN 4096
COMPILE_FLAGS
#-DCANARD_ASSERT
-DUINT32_C\(x\)=__UINT32_C\(x\)