AP_IOMCU: trigger override at 1750

thanks Michael
This commit is contained in:
Andrew Tridgell 2018-10-31 14:58:01 +11:00
parent 46fcfe0582
commit 27f06ce810
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ void AP_IOMCU_FW::rcin_update()
if (mixing.enabled &&
mixing.rc_chan_override > 0 &&
mixing.rc_chan_override <= IOMCU_MAX_CHANNELS) {
override_active = (rc_input.pwm[mixing.rc_chan_override-1] >= 1800);
override_active = (rc_input.pwm[mixing.rc_chan_override-1] >= 1750);
} else {
override_active = false;
}