AP_Module: Fix AP_GPS.h include

This commit is contained in:
Michael du Breuil 2019-06-13 19:57:54 -07:00 committed by Andrew Tridgell
parent fbd19f30e7
commit 459e6704b9

View File

@ -5,6 +5,7 @@
#include <AP_AHRS/AP_AHRS.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_Module/AP_Module.h>
#include <AP_GPS/AP_GPS.h>
void setup();
void loop();