[navigation] Fix unwanted horizontal control state (#1609)

This commit is contained in:
Freek van Tienen
2016-04-19 20:02:35 +02:00
committed by Felix Ruess
parent f326ca5b27
commit 525ea114bc
@@ -409,7 +409,6 @@ void nav_init_stage(void)
VECT3_COPY(nav_last_point, *stateGetPositionEnu_i());
stage_time = 0;
nav_circle_radians = 0;
horizontal_mode = HORIZONTAL_MODE_WAYPOINT;
}
#include <stdio.h>