AP_Compass: include cleanups

This commit is contained in:
Peter Barker 2022-02-25 16:06:27 +11:00 committed by Andrew Tridgell
parent 1b970545c0
commit 7d3f3b6888

View File

@ -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
{