AP_MotorsMatrix: remove incorrect throttle limit flag

This commit is contained in:
Leonard Hall 2015-03-04 21:49:01 +09:00 committed by Randy Mackay
parent 20de383084
commit 3ad9b1a06b

View File

@ -284,7 +284,6 @@ void AP_MotorsMatrix::output_armed()
}
if (thr_adj < thr_adj_min) {
thr_adj = thr_adj_min;
limit.throttle_lower = true;
}
}