removed an unused variable

This commit is contained in:
Andrew Tridgell 2011-12-15 18:03:54 +11:00
parent 9591317dbc
commit 960d6ee38a
1 changed files with 0 additions and 1 deletions

View File

@ -325,7 +325,6 @@ static long crosstrack_bearing; // deg * 100 : 0 to 360 desired angle of pla
static float nav_gain_scaler = 1; // Gain scaling for headwind/tailwind TODO: why does this variable need to be initialized to 1?
static long hold_course = -1; // deg * 100 dir of plane
static byte command_index; // current command memory location
static byte nav_command_index; // active nav command memory location
static byte non_nav_command_index; // active non-nav command memory location
static byte nav_command_ID = NO_COMMAND; // active nav command ID