mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
fix another bug in fmu mode
This commit is contained in:
committed by
Julian Oes
parent
95f5ba9635
commit
4cc97aa705
@@ -3130,9 +3130,9 @@ fmu_main(int argc, char *argv[])
|
|||||||
|
|
||||||
} else if (!strcmp(verb, "mode_pwm1")) {
|
} else if (!strcmp(verb, "mode_pwm1")) {
|
||||||
new_mode = PORT_PWM1;
|
new_mode = PORT_PWM1;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(BOARD_HAS_PWM) && BOARD_HAS_PWM >= 6
|
||||||
#elif defined(BOARD_HAS_PWM) && BOARD_HAS_PWM >= 6
|
|
||||||
|
|
||||||
|
|
||||||
} else if (!strcmp(verb, "mode_pwm4")) {
|
} else if (!strcmp(verb, "mode_pwm4")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user