system.pde: Updated param name to loiter_timer.

This commit is contained in:
Adam M Rivera 2012-04-16 10:12:30 -05:00
parent 3d024ba2dd
commit 0c3d6614cd

View File

@ -405,7 +405,7 @@ static void set_mode(byte mode)
slow_wp = false;
// do not auto_land if we are leaving RTL
auto_land_timer = 0;
loiter_timer = 0;
// if we change modes, we must clear landed flag
land_complete = false;