Browse Source

AP_AHRS: remove unused AP_AHRS_TYPE define

c415-sdk
Peter Barker 4 years ago committed by Peter Barker
parent
commit
99e95666e8
  1. 6
      libraries/AP_AHRS/AP_AHRS.h

6
libraries/AP_AHRS/AP_AHRS.h

@ -712,12 +712,6 @@ private: @@ -712,12 +712,6 @@ private:
#include "AP_AHRS_DCM.h"
#include "AP_AHRS_NavEKF.h"
#if AP_AHRS_NAVEKF_AVAILABLE
#define AP_AHRS_TYPE AP_AHRS_NavEKF
#else
#define AP_AHRS_TYPE AP_AHRS
#endif
namespace AP {
AP_AHRS &ahrs();

Loading…
Cancel
Save