mirror of https://github.com/ArduPilot/ardupilot
AP_AHRS: remove unused AP_AHRS_TYPE define
This commit is contained in:
parent
6ee401cb00
commit
99e95666e8
|
@ -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…
Reference in New Issue