mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 00:53:57 -03:00
system.pde: Updated param name to loiter_timer.
This commit is contained in:
parent
03e11cf893
commit
b611b6a1e8
@ -405,7 +405,7 @@ static void set_mode(byte mode)
|
|||||||
slow_wp = false;
|
slow_wp = false;
|
||||||
|
|
||||||
// do not auto_land if we are leaving RTL
|
// 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
|
// if we change modes, we must clear landed flag
|
||||||
land_complete = false;
|
land_complete = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user