APM_Control: BRAKE param default is true

This commit is contained in:
Ebin 2018-07-19 07:58:27 +05:30 committed by Andrew Tridgell
parent 830a3bbacf
commit ccb32cf357

View File

@ -122,7 +122,7 @@ const AP_Param::GroupInfo AR_AttitudeControl::var_info[] = {
// @Description: Speed control brake enable/disable. Allows sending a reversed output to the motors to slow the vehicle.
// @Values: 0:Disable,1:Enable
// @User: Standard
AP_GROUPINFO("_BRAKE", 4, AR_AttitudeControl, _brake_enable, 0),
AP_GROUPINFO("_BRAKE", 4, AR_AttitudeControl, _brake_enable, 1),
// @Param: _STOP_SPEED
// @DisplayName: Speed control stop speed