mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
AP_MotorsMulticopter: minor comment change
This commit is contained in:
parent
5cace33ca5
commit
142a67bb6d
@ -158,7 +158,7 @@ protected:
|
||||
AP_Float _throttle_hover; // estimated throttle required to hover throttle in the range 0 ~ 1
|
||||
AP_Int8 _throttle_hover_learn; // enable/disabled hover thrust learning
|
||||
|
||||
// internal variables
|
||||
// motor output variables
|
||||
bool motor_enabled[AP_MOTORS_MAX_NUM_MOTORS]; // true if motor is enabled
|
||||
int16_t _throttle_radio_min; // minimum PWM from RC input's throttle channel (i.e. minimum PWM input from receiver, RC3_MIN)
|
||||
int16_t _throttle_radio_max; // maximum PWM from RC input's throttle channel (i.e. maximum PWM input from receiver, RC3_MAX)
|
||||
|
Loading…
Reference in New Issue
Block a user