mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: fixed examples build
This commit is contained in:
parent
3552f3f9c5
commit
57d3609d00
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <FastSerial.h>
|
||||
#include <AP_Common.h>
|
||||
#include <AP_Math.h>
|
||||
#include <AP_GPS.h>
|
||||
|
||||
FastSerialPort0(Serial);
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <FastSerial.h>
|
||||
#include <AP_Common.h>
|
||||
#include <AP_Math.h>
|
||||
#include <AP_GPS.h>
|
||||
|
||||
FastSerialPort0(Serial);
|
||||
|
|
Loading…
Reference in New Issue