fix(uavcan): increase stack size (#27009)

This commit is contained in:
Nick 2026-04-08 21:06:02 +02:00 committed by GitHub
parent f025bb42eb
commit fa0618463d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,7 +193,7 @@ config WQ_HP_DEFAULT_PRIORITY
config WQ_UAVCAN_STACKSIZE config WQ_UAVCAN_STACKSIZE
int "Stack size for uavcan" int "Stack size for uavcan"
default 3624 default 3754
range 1000 10000 range 1000 10000
help help
Sets the stack size for the uavcan work queue. Sets the stack size for the uavcan work queue.