Removed unused variable

This commit is contained in:
Jason Short 2012-05-29 12:43:23 -07:00
parent 9ea54b3171
commit 93d7712c9a
1 changed files with 0 additions and 1 deletions

View File

@ -389,7 +389,6 @@ static void set_mode(byte mode)
mode = STABILIZE;
}
old_control_mode = control_mode;
control_mode = mode;
control_mode = constrain(control_mode, 0, NUM_MODES - 1);