mirror of https://github.com/ArduPilot/ardupilot
no longer calling reset_nav
This commit is contained in:
parent
6a8391f0a7
commit
2cb09f46e9
|
@ -122,7 +122,7 @@ static void execute_nav_command(void)
|
|||
process_nav_command();
|
||||
|
||||
// clear navigation prameters
|
||||
reset_nav();
|
||||
//reset_nav();
|
||||
|
||||
// clear May indexes to force loading of more commands
|
||||
// existing May commands are tossed.
|
||||
|
|
Loading…
Reference in New Issue