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