Browse Source

AP_Module: Fix AP_GPS.h include

master
Michael du Breuil 6 years ago committed by Andrew Tridgell
parent
commit
459e6704b9
  1. 1
      libraries/AP_Module/examples/ModuleTest/ModuleTest.cpp

1
libraries/AP_Module/examples/ModuleTest/ModuleTest.cpp

@ -5,6 +5,7 @@ @@ -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();

Loading…
Cancel
Save