AP_Devo_Telem: tidy AP_SerialManager.h includes

This commit is contained in:
Peter Barker 2022-11-07 10:37:04 +11:00 committed by Peter Barker
parent 6946bd2529
commit 7b36903f26
2 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,7 @@
#include <AP_AHRS/AP_AHRS.h>
#include <AP_GPS/AP_GPS.h>
#include <AP_BattMonitor/AP_BattMonitor.h>
#include <AP_SerialManager/AP_SerialManager.h>
#include <GCS_MAVLink/GCS.h>
#define DEVOM_SYNC_BYTE 0xAA

View File

@ -16,7 +16,6 @@
#pragma once
#include <AP_HAL/AP_HAL.h>
#include <AP_SerialManager/AP_SerialManager.h>
#ifndef AP_DEVO_TELEM_ENABLED
#define AP_DEVO_TELEM_ENABLED 0