Browse Source

GPS: fixed auto GPS test

mission-4.1.18
Andrew Tridgell 13 years ago
parent
commit
f170790fd8
  1. 1
      libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.pde

1
libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.pde

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
#include <FastSerial.h>
#include <AP_Common.h>
#include <AP_GPS.h>
#include <AP_Math.h>
FastSerialPort0(Serial);
FastSerialPort1(Serial1);

Loading…
Cancel
Save