mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 16:23:56 -04:00
AP_MotorsMatrix: remove incorrect throttle limit flag
This commit is contained in:
parent
20de383084
commit
3ad9b1a06b
@ -284,7 +284,6 @@ void AP_MotorsMatrix::output_armed()
|
||||
}
|
||||
if (thr_adj < thr_adj_min) {
|
||||
thr_adj = thr_adj_min;
|
||||
limit.throttle_lower = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user