Copter: minor format fix to guided
no need to specify copter non-functional change
This commit is contained in:
parent
26c25daa36
commit
0ba105f649
@ -161,7 +161,7 @@ void Copter::ModeGuided::angle_control_start()
|
||||
|
||||
// initialise targets
|
||||
guided_angle_state.update_time_ms = millis();
|
||||
guided_angle_state.roll_cd = copter.ahrs.roll_sensor;
|
||||
guided_angle_state.roll_cd = ahrs.roll_sensor;
|
||||
guided_angle_state.pitch_cd = ahrs.pitch_sensor;
|
||||
guided_angle_state.yaw_cd = ahrs.yaw_sensor;
|
||||
guided_angle_state.climb_rate_cms = 0.0f;
|
||||
|
Loading…
Reference in New Issue
Block a user