// @Description: Throttle vs attitude control prioritisation used during active flight (higher values mean we prioritise attitude control over throttle)
AP_Float_batt_voltage_max;// maximum voltage used to scale lift
AP_Float_batt_voltage_min;// minimum voltage used to scale lift
AP_Float_batt_current_max;// current over which maximum throttle is limited
AP_Float_thr_mix_min;// current over which maximum throttle is limited
AP_Float_thr_mix_min;// throttle vs attitude control prioritisation used when landing (higher values mean we prioritise attitude control over throttle)
AP_Float_thr_mix_max;// throttle vs attitude control prioritisation used during active flight (higher values mean we prioritise attitude control over throttle)
// internal variables
boolmotor_enabled[AP_MOTORS_MAX_NUM_MOTORS];// true if motor is enabled