Browse Source

AP_Frsky_Telem: Improve includes

mission-4.1.18
Michael du Breuil 6 years ago committed by Peter Barker
parent
commit
64c9705679
  1. 2
      libraries/AP_Frsky_Telem/AP_Frsky_Telem.cpp

2
libraries/AP_Frsky_Telem/AP_Frsky_Telem.cpp

@ -24,8 +24,8 @@ @@ -24,8 +24,8 @@
#include <AP_AHRS/AP_AHRS.h>
#include <AP_BattMonitor/AP_BattMonitor.h>
#include <AP_InertialSensor/AP_InertialSensor.h>
#include <AP_RangeFinder/AP_RangeFinder.h>
#include <AP_Common/AP_FWVersion.h>
#include <GCS_MAVLink/GCS.h>
#include <stdio.h>

Loading…
Cancel
Save