mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -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.
|
Example of GPS 406 library.
|
||||||
Code by Jordi Munoz and Jose Julio. DIYDrones.com
|
Code by Jordi Munoz and Jose Julio. DIYDrones.com
|
||||||
@ -6,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <FastSerial.h>
|
#include <FastSerial.h>
|
||||||
#include <AP_GPS_406.h>
|
#include <AP_GPS.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
FastSerialPort0(Serial);
|
FastSerialPort0(Serial);
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
||||||
/*
|
/*
|
||||||
Example of GPS MTK library.
|
Example of GPS MTK library.
|
||||||
Code by Jordi Munoz and Jose Julio. DIYDrones.com
|
Code by Jordi Munoz and Jose Julio. DIYDrones.com
|
||||||
@ -6,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <FastSerial.h>
|
#include <FastSerial.h>
|
||||||
#include <AP_GPS_MTK.h>
|
#include <AP_GPS.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
FastSerialPort0(Serial);
|
FastSerialPort0(Serial);
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include <FastSerial.h>
|
#include <FastSerial.h>
|
||||||
#include <AP_Common.h>
|
#include <AP_Common.h>
|
||||||
#include <AP_GPS_NMEA.h>
|
#include <AP_GPS.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
FastSerialPort0(Serial);
|
FastSerialPort0(Serial);
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
||||||
/*
|
/*
|
||||||
Example of GPS UBlox library.
|
Example of GPS UBlox library.
|
||||||
Code by Jordi Munoz and Jose Julio. DIYDrones.com
|
Code by Jordi Munoz and Jose Julio. DIYDrones.com
|
||||||
@ -6,8 +7,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <FastSerial.h>
|
#include <FastSerial.h>
|
||||||
#include <AP_GPS_UBLOX.h>
|
#include <AP_Common.h>
|
||||||
#include <stdio.h>
|
#include <AP_GPS.h>
|
||||||
|
|
||||||
FastSerialPort0(Serial);
|
FastSerialPort0(Serial);
|
||||||
FastSerialPort1(Serial1);
|
FastSerialPort1(Serial1);
|
||||||
|
Loading…
Reference in New Issue
Block a user