From e0e7b73cebd4f99cb8a95d71bf34be2844bd29f9 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 3 Nov 2015 11:46:29 -0200 Subject: [PATCH] AP_NavEKF2: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 --- libraries/AP_NavEKF2/AP_NavEKF2.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/AP_NavEKF2/AP_NavEKF2.cpp b/libraries/AP_NavEKF2/AP_NavEKF2.cpp index bb583b294f..147c54621f 100644 --- a/libraries/AP_NavEKF2/AP_NavEKF2.cpp +++ b/libraries/AP_NavEKF2/AP_NavEKF2.cpp @@ -10,8 +10,7 @@ /* parameter defaults for different types of vehicle. The APM_BUILD_DIRECTORY is taken from the main vehicle directory name - where the code is built. Note that this trick won't work for arduino - builds on APM2, but NavEKF2 doesn't run on APM2, so that's OK + where the code is built. */ #if APM_BUILD_TYPE(APM_BUILD_ArduCopter) // copter defaults