mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
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:
parent
70ff6703b7
commit
b88e8b6684
@ -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\)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user