mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +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")) {
|
||||
new_mode = PORT_PWM1;
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(BOARD_HAS_PWM) && BOARD_HAS_PWM >= 6
|
||||
#if defined(BOARD_HAS_PWM) && BOARD_HAS_PWM >= 6
|
||||
|
||||
|
||||
} else if (!strcmp(verb, "mode_pwm4")) {
|
||||
|
||||
Reference in New Issue
Block a user