mirror of https://github.com/ArduPilot/ardupilot
ACM | Attitude.pde - removed next_wp.alt reset.
This commit is contained in:
parent
123545f679
commit
5684934989
|
@ -397,9 +397,6 @@ static void reset_nav_params(void)
|
|||
long_error = 0;
|
||||
lat_error = 0;
|
||||
|
||||
// Will be set by new command, used by loiter
|
||||
next_WP.alt = 0;
|
||||
|
||||
// We want to by default pass WPs
|
||||
slow_wp = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue