mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 00:58:37 -04:00
GPS: fixed the GPS specific test programs
This fixes the build git-svn-id: https://arducopter.googlecode.com/svn/trunk@2962 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
4dfce5d860
commit
74edb558f4
@ -1,3 +1,4 @@
|
||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
||||
/*
|
||||
Example of GPS 406 library.
|
||||
Code by Jordi Munoz and Jose Julio. DIYDrones.com
|
||||
@ -6,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <FastSerial.h>
|
||||
#include <AP_GPS_406.h>
|
||||
#include <AP_GPS.h>
|
||||
#include <stdio.h>
|
||||
|
||||
FastSerialPort0(Serial);
|
||||
|
@ -1,3 +1,4 @@
|
||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
||||
/*
|
||||
Example of GPS MTK library.
|
||||
Code by Jordi Munoz and Jose Julio. DIYDrones.com
|
||||
@ -6,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <FastSerial.h>
|
||||
#include <AP_GPS_MTK.h>
|
||||
#include <AP_GPS.h>
|
||||
#include <stdio.h>
|
||||
|
||||
FastSerialPort0(Serial);
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#include <FastSerial.h>
|
||||
#include <AP_Common.h>
|
||||
#include <AP_GPS_NMEA.h>
|
||||
#include <AP_GPS.h>
|
||||
#include <stdio.h>
|
||||
|
||||
FastSerialPort0(Serial);
|
||||
|
@ -1,3 +1,4 @@
|
||||
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
||||
/*
|
||||
Example of GPS UBlox library.
|
||||
Code by Jordi Munoz and Jose Julio. DIYDrones.com
|
||||
@ -6,8 +7,8 @@
|
||||
*/
|
||||
|
||||
#include <FastSerial.h>
|
||||
#include <AP_GPS_UBLOX.h>
|
||||
#include <stdio.h>
|
||||
#include <AP_Common.h>
|
||||
#include <AP_GPS.h>
|
||||
|
||||
FastSerialPort0(Serial);
|
||||
FastSerialPort1(Serial1);
|
||||
|
Loading…
Reference in New Issue
Block a user