mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 07:27:34 +08:00
PWM: Use same stack size as mixer to limit fragmentation
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
px4_add_module(
|
||||
MODULE systemcmds__pwm
|
||||
MAIN pwm
|
||||
STACK_MAIN 2400
|
||||
STACK_MAIN 2500
|
||||
COMPILE_FLAGS
|
||||
SRCS
|
||||
pwm.c
|
||||
|
||||
Reference in New Issue
Block a user