Browse Source

PWM command: Ensure we have enough stack

sbg
Lorenz Meier 9 years ago
parent
commit
1cdb2d3209
  1. 2
      src/systemcmds/pwm/CMakeLists.txt

2
src/systemcmds/pwm/CMakeLists.txt

@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
px4_add_module(
MODULE systemcmds__pwm
MAIN pwm
STACK 1800
STACK 2400
COMPILE_FLAGS
-Os
SRCS

Loading…
Cancel
Save