mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_AHRS: fix includes for moved files
This commit is contained in:
parent
b7d4166b28
commit
d351b7c7dc
@ -702,5 +702,3 @@ private:
|
||||
uint32_t takeoff_expected_start_ms;
|
||||
uint32_t touchdown_expected_start_ms;
|
||||
};
|
||||
|
||||
#include "AP_AHRS_NavEKF.h"
|
||||
|
@ -21,7 +21,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "AP_AHRS.h"
|
||||
#include "AP_AHRS_Backend.h"
|
||||
|
||||
class AP_AHRS_DCM : public AP_AHRS_Backend {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user