mirror of https://github.com/ArduPilot/ardupilot
renamed function
This commit is contained in:
parent
c2496948fb
commit
3a4a80c650
|
@ -137,7 +137,7 @@ static void execute_nav_command(void)
|
|||
Log_Write_Cmd(g.command_index, &command_nav_queue);
|
||||
|
||||
// clear navigation prameters
|
||||
reset_nav();
|
||||
reset_nav_params();
|
||||
|
||||
// Act on the new command
|
||||
process_nav_command();
|
||||
|
|
Loading…
Reference in New Issue