ArduCopter : case label indentation
This commit is contained in:
parent
85affc3e26
commit
f2574c8d35
@ -180,14 +180,14 @@ void Copter::tuning()
|
||||
break;
|
||||
#endif
|
||||
|
||||
case TUNING_RATE_YAW_FILT:
|
||||
attitude_control->get_rate_yaw_pid().filt_E_hz(tuning_value);
|
||||
break;
|
||||
case TUNING_RATE_YAW_FILT:
|
||||
attitude_control->get_rate_yaw_pid().filt_E_hz(tuning_value);
|
||||
break;
|
||||
|
||||
case TUNING_SYSTEM_ID_MAGNITUDE:
|
||||
case TUNING_SYSTEM_ID_MAGNITUDE:
|
||||
#if MODE_SYSTEMID_ENABLED == ENABLED
|
||||
copter.mode_systemid.set_magnitude(tuning_value);
|
||||
copter.mode_systemid.set_magnitude(tuning_value);
|
||||
#endif
|
||||
break;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user