mirror of https://github.com/ArduPilot/ardupilot
AP_Devo_Telem: tidy AP_SerialManager.h includes
This commit is contained in:
parent
6946bd2529
commit
7b36903f26
|
@ -26,6 +26,7 @@
|
||||||
#include <AP_AHRS/AP_AHRS.h>
|
#include <AP_AHRS/AP_AHRS.h>
|
||||||
#include <AP_GPS/AP_GPS.h>
|
#include <AP_GPS/AP_GPS.h>
|
||||||
#include <AP_BattMonitor/AP_BattMonitor.h>
|
#include <AP_BattMonitor/AP_BattMonitor.h>
|
||||||
|
#include <AP_SerialManager/AP_SerialManager.h>
|
||||||
#include <GCS_MAVLink/GCS.h>
|
#include <GCS_MAVLink/GCS.h>
|
||||||
|
|
||||||
#define DEVOM_SYNC_BYTE 0xAA
|
#define DEVOM_SYNC_BYTE 0xAA
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
#include <AP_SerialManager/AP_SerialManager.h>
|
|
||||||
|
|
||||||
#ifndef AP_DEVO_TELEM_ENABLED
|
#ifndef AP_DEVO_TELEM_ENABLED
|
||||||
#define AP_DEVO_TELEM_ENABLED 0
|
#define AP_DEVO_TELEM_ENABLED 0
|
||||||
|
|
Loading…
Reference in New Issue