Copter: remove unused var from acro

This commit is contained in:
Randy Mackay 2014-01-25 13:40:07 +09:00 committed by Andrew Tridgell
parent 1b8791a142
commit 93d43f8ca5

View File

@ -15,7 +15,6 @@ static bool acro_init(bool ignore_checks)
static void acro_run()
{
int16_t target_roll, target_pitch, target_yaw;
Vector3f rate_target; // for roll, pitch, yaw body-frame rate targets
// convert the input to the desired body frame rate
get_pilot_desired_angle_rates(g.rc_1.control_in, g.rc_2.control_in, g.rc_4.control_in, target_roll, target_pitch, target_yaw);