From 266bb3b759a18ab68ed567eb9d8326bb2b4deb94 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 3 Nov 2015 11:46:29 -0200 Subject: [PATCH] AP_L1_Control: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 --- libraries/AP_L1_Control/AP_L1_Control.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_L1_Control/AP_L1_Control.cpp b/libraries/AP_L1_Control/AP_L1_Control.cpp index 369e59e406..45eb86cdbd 100644 --- a/libraries/AP_L1_Control/AP_L1_Control.cpp +++ b/libraries/AP_L1_Control/AP_L1_Control.cpp @@ -135,7 +135,6 @@ void AP_L1_Control::_prevent_indecision(float &Nu) } // update L1 control for waypoint navigation -// this function costs about 3.5 milliseconds on a AVR2560 void AP_L1_Control::update_waypoint(const struct Location &prev_WP, const struct Location &next_WP) {