git-svn-id: https://arducopter.googlecode.com/svn/trunk@1840 f9c3cf11-9bcb-44bc-f272-b75c42450872

This commit is contained in:
jasonshort 2011-04-03 04:44:00 +00:00
parent 5ef54d2de4
commit 5d4b8d9913
1 changed files with 2 additions and 1 deletions

View File

@ -264,7 +264,8 @@ float cos_pitch_x = 1;
float cos_yaw_x = 1;
float sin_pitch_y, sin_yaw_y, sin_roll_y;
float sin_nav_y, cos_nav_x; // used in calc_waypoint_nav
long initial_simple_bearing = -1; // used for Simple mode
bool simple_bearing_is_set = false;
long initial_simple_bearing; // used for Simple mode
// Airspeed
// --------