mirror of https://github.com/ArduPilot/ardupilot
AP_NMEA_Output: remove ability to use DCM as AHRS
This commit is contained in:
parent
85bd9de903
commit
b9c4d40c46
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#include "AP_NMEA_Output.h"
|
#include "AP_NMEA_Output.h"
|
||||||
|
|
||||||
#if !HAL_MINIMIZE_FEATURES && AP_AHRS_NAVEKF_AVAILABLE
|
#if !HAL_MINIMIZE_FEATURES
|
||||||
|
|
||||||
#include <AP_Math/definitions.h>
|
#include <AP_Math/definitions.h>
|
||||||
#include <AP_RTC/AP_RTC.h>
|
#include <AP_RTC/AP_RTC.h>
|
||||||
|
@ -187,4 +187,4 @@ void AP_NMEA_Output::update()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // !HAL_MINIMIZE_FEATURES && AP_AHRS_NAVEKF_AVAILABLE
|
#endif // !HAL_MINIMIZE_FEATURES
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
#include <AP_AHRS/AP_AHRS.h>
|
#include <AP_AHRS/AP_AHRS.h>
|
||||||
|
|
||||||
#if !HAL_MINIMIZE_FEATURES && AP_AHRS_NAVEKF_AVAILABLE
|
#if !HAL_MINIMIZE_FEATURES
|
||||||
|
|
||||||
#include <AP_SerialManager/AP_SerialManager.h>
|
#include <AP_SerialManager/AP_SerialManager.h>
|
||||||
|
|
||||||
|
@ -50,4 +50,4 @@ private:
|
||||||
uint32_t _last_run_ms;
|
uint32_t _last_run_ms;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // !HAL_MINIMIZE_FEATURES && AP_AHRS_NAVEKF_AVAILABLE
|
#endif // !HAL_MINIMIZE_FEATURES
|
||||||
|
|
Loading…
Reference in New Issue