mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
AP_MotorsUGV: minor comment fix
This commit is contained in:
parent
524d63522a
commit
8137001a86
@ -169,7 +169,7 @@ void AP_MotorsUGV::set_throttle(float throttle)
|
||||
return;
|
||||
}
|
||||
|
||||
// check throttle is between -_throttle_max ~ +_throttle_max but outside -throttle_min ~ +throttle_min
|
||||
// check throttle is between -_throttle_max and +_throttle_max
|
||||
_throttle = constrain_float(throttle, -_throttle_max, _throttle_max);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user