|
|
@ -14,7 +14,6 @@ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
#pragma once |
|
|
|
#pragma once |
|
|
|
|
|
|
|
|
|
|
|
#include <AP_HAL/AP_HAL.h> |
|
|
|
|
|
|
|
#include <AP_HAL/AP_HAL_Boards.h> |
|
|
|
#include <AP_HAL/AP_HAL_Boards.h> |
|
|
|
#include <AP_OSD/AP_OSD.h> |
|
|
|
#include <AP_OSD/AP_OSD.h> |
|
|
|
|
|
|
|
|
|
|
@ -28,9 +27,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
#if HAL_CRSF_TELEM_ENABLED |
|
|
|
#if HAL_CRSF_TELEM_ENABLED |
|
|
|
|
|
|
|
|
|
|
|
#include <AP_Notify/AP_Notify.h> |
|
|
|
|
|
|
|
#include <AP_SerialManager/AP_SerialManager.h> |
|
|
|
|
|
|
|
#include <AP_HAL/utility/RingBuffer.h> |
|
|
|
|
|
|
|
#include <AP_RCProtocol/AP_RCProtocol_CRSF.h> |
|
|
|
#include <AP_RCProtocol/AP_RCProtocol_CRSF.h> |
|
|
|
#include "AP_RCTelemetry.h" |
|
|
|
#include "AP_RCTelemetry.h" |
|
|
|
#include <AP_HAL/utility/sparse-endian.h> |
|
|
|
#include <AP_HAL/utility/sparse-endian.h> |
|
|
|