mirror of https://github.com/ArduPilot/ardupilot
AP_Frsky: Fix AP_GPS.h include
This commit is contained in:
parent
f6f432a785
commit
889d9b7348
|
@ -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…
Reference in New Issue