PWM: Use same stack size as mixer to limit fragmentation

This commit is contained in:
Lorenz Meier
2016-09-06 15:08:12 +02:00
parent 535d5b9233
commit 11ef348a34
+1 -1
View File
@@ -33,7 +33,7 @@
px4_add_module(
MODULE systemcmds__pwm
MAIN pwm
STACK_MAIN 2400
STACK_MAIN 2500
COMPILE_FLAGS
SRCS
pwm.c