mirror of https://github.com/ArduPilot/ardupilot
Sub: add missing call to calc_pwm()
This commit is contained in:
parent
690596580a
commit
1509a8ea8d
|
@ -161,6 +161,7 @@ void Sub::fifty_hz_loop()
|
|||
|
||||
// Update rc input/output
|
||||
rc().read_input();
|
||||
SRV_Channels::calc_pwm();
|
||||
SRV_Channels::output_ch_all();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue