From 90b2458a273b8650639f11295f2ec59e517b3ffe Mon Sep 17 00:00:00 2001 From: Tom Pittenger Date: Tue, 13 Dec 2016 18:41:31 -0800 Subject: [PATCH] Plane: remove redundant flightstage update --- ArduPlane/commands.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ArduPlane/commands.cpp b/ArduPlane/commands.cpp index 496170d233..c91490369a 100644 --- a/ArduPlane/commands.cpp +++ b/ArduPlane/commands.cpp @@ -88,7 +88,6 @@ void Plane::set_guided_WP(void) // ----------------------------------------------- set_target_altitude_current(); - update_flight_stage(); setup_glide_slope(); setup_turn_angle();