Browse Source

AP_NavEKF: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1

master
Lucas De Marchi 9 years ago committed by Andrew Tridgell
parent
commit
d00c8e3a34
  1. 3
      libraries/AP_NavEKF/AP_NavEKF.cpp

3
libraries/AP_NavEKF/AP_NavEKF.cpp

@ -23,8 +23,7 @@ @@ -23,8 +23,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 NavEKF doesn't run on APM2, so that's OK
where the code is built.
*/
#if APM_BUILD_TYPE(APM_BUILD_ArduCopter)
// copter defaults

Loading…
Cancel
Save