mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_Compass: include cleanups
This commit is contained in:
parent
1b970545c0
commit
7d3f3b6888
@ -19,12 +19,13 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "AP_Compass.h"
|
||||
|
||||
#include <AP_MSP/msp.h>
|
||||
#ifndef HAL_MSP_COMPASS_ENABLED
|
||||
#define HAL_MSP_COMPASS_ENABLED HAL_MSP_SENSORS_ENABLED
|
||||
#endif
|
||||
|
||||
#include "AP_Compass.h"
|
||||
|
||||
class Compass; // forward declaration
|
||||
class AP_Compass_Backend
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user