mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 13:37:34 +08:00
uavcan: Increase uavcan main stack size
I observed stack overflows when executing `uavcan params list`, so the stack size probably needs to be increased. Signed-off-by: Alex Mikhalev <alexmikhalevalex@gmail.com>
This commit is contained in:
committed by
Daniel Agar
parent
50d768c79d
commit
db37c632b4
@@ -113,6 +113,7 @@ add_custom_target(px4_uavcan_dsdlc DEPENDS px4_uavcan_dsdlc_run.stamp)
|
||||
px4_add_module(
|
||||
MODULE drivers__uavcan
|
||||
MAIN uavcan
|
||||
STACK_MAIN 4096
|
||||
INCLUDES
|
||||
${DSDLC_OUTPUT}
|
||||
${LIBUAVCAN_DIR}/libuavcan/include
|
||||
|
||||
Reference in New Issue
Block a user