forked from Archive/PX4-Autopilot
Reduce stack size of PWM tool
This commit is contained in:
parent
29ec1f3881
commit
972cf54c96
|
@ -38,4 +38,4 @@
|
|||
MODULE_COMMAND = pwm
|
||||
SRCS = pwm.c
|
||||
|
||||
MODULE_STACKSIZE = 4096
|
||||
MODULE_STACKSIZE = 1800
|
||||
|
|
Loading…
Reference in New Issue