Browse Source

Copter: minor format fix

master
benoit35690 10 years ago committed by Randy Mackay
parent
commit
e22130cbc7
  1. 2
      ArduCopter/control_auto.pde

2
ArduCopter/control_auto.pde

@ -537,7 +537,7 @@ void set_auto_yaw_mode(uint8_t yaw_mode) @@ -537,7 +537,7 @@ void set_auto_yaw_mode(uint8_t yaw_mode)
}
}
// set_auto_yaw_look_at_heading - sets the yaw look at heading for auto mode
// set_auto_yaw_look_at_heading - sets the yaw look at heading for auto mode
static void set_auto_yaw_look_at_heading(float angle_deg, float turn_rate_dps, int8_t direction, uint8_t relative_angle)
{
// get current yaw target

Loading…
Cancel
Save