mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_RCTelemetry: Fix multi #include's
This commit is contained in:
parent
91e3441c6d
commit
8512652511
@ -24,7 +24,6 @@
|
|||||||
#include <AP_SerialManager/AP_SerialManager.h>
|
#include <AP_SerialManager/AP_SerialManager.h>
|
||||||
#include <AP_AHRS/AP_AHRS.h>
|
#include <AP_AHRS/AP_AHRS.h>
|
||||||
#include <AP_Notify/AP_Notify.h>
|
#include <AP_Notify/AP_Notify.h>
|
||||||
#include <AP_Common/AP_FWVersion.h>
|
|
||||||
#include <AP_OSD/AP_OSD.h>
|
#include <AP_OSD/AP_OSD.h>
|
||||||
#include <AP_Frsky_Telem/AP_Frsky_SPort_Passthrough.h>
|
#include <AP_Frsky_Telem/AP_Frsky_SPort_Passthrough.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
#include <AP_Common/Location.h>
|
#include <AP_Common/Location.h>
|
||||||
#include <AP_GPS/AP_GPS.h>
|
#include <AP_GPS/AP_GPS.h>
|
||||||
#include <AP_Baro/AP_Baro.h>
|
#include <AP_Baro/AP_Baro.h>
|
||||||
#include <AP_GPS/AP_GPS.h>
|
|
||||||
#include <GCS_MAVLink/GCS.h>
|
|
||||||
#include <AP_RTC/AP_RTC.h>
|
#include <AP_RTC/AP_RTC.h>
|
||||||
#ifdef HAVE_AP_BLHELI_SUPPORT
|
#ifdef HAVE_AP_BLHELI_SUPPORT
|
||||||
#include <AP_BLheli/AP_BLHeli.h>
|
#include <AP_BLheli/AP_BLHeli.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user