Browse Source

AP_Frsky: Fix AP_GPS.h include

mission-4.1.18
Michael du Breuil 6 years ago committed by Andrew Tridgell
parent
commit
889d9b7348
  1. 2
      libraries/AP_Frsky_Telem/AP_Frsky_Telem.cpp

2
libraries/AP_Frsky_Telem/AP_Frsky_Telem.cpp

@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
#include <AP_Common/AP_FWVersion.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_Common/Location.h>
#include <AP_GPS/AP_GPS.h>
#include <stdio.h>
extern const AP_HAL::HAL& hal;

Loading…
Cancel
Save