Sub: add missing call to calc_pwm()

This commit is contained in:
Willian Galvani 2024-03-06 13:17:33 -03:00
parent 690596580a
commit 1509a8ea8d
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}