mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Plane: Remove manual polling of flap input channel
This commit is contained in:
parent
cc772710ec
commit
47c0048499
@ -403,7 +403,6 @@ void Plane::set_servos_flaps(void)
|
||||
// work out any manual flap input
|
||||
RC_Channel *flapin = RC_Channels::rc_channel(g.flapin_channel-1);
|
||||
if (flapin != nullptr && !failsafe.rc_failsafe && failsafe.throttle_counter == 0) {
|
||||
flapin->input();
|
||||
manual_flap_percent = flapin->percent_input();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user