AP_Airspeed: correct includes

we use the msp sensors structure
This commit is contained in:
Peter Barker 2023-05-03 13:03:09 +10:00 committed by Andrew Tridgell
parent 6c29079a76
commit 008eec5838

View File

@ -22,6 +22,7 @@
#include <AP_HAL/AP_HAL_Boards.h>
#include <AP_HAL/Semaphores.h>
#include "AP_Airspeed.h"
#include <AP_MSP/msp_sensors.h>
class AP_Airspeed_Backend {
public: