mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Airspeed: tidy AP_SerialManager.h includes
This commit is contained in:
parent
c8302e115a
commit
6946bd2529
@ -26,6 +26,7 @@
|
||||
#if APM_BUILD_TYPE(APM_BUILD_Rover) || APM_BUILD_TYPE(APM_BUILD_ArduSub)
|
||||
|
||||
#include "AP_Airspeed.h"
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
|
||||
#define TIMEOUT_MS 2000
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
|
||||
#include "AP_Airspeed_Backend.h"
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
|
||||
class AP_Airspeed_NMEA : public AP_Airspeed_Backend
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user