mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
uncrustify libraries/AP_GPS/examples/GPS_MTK_test/GPS_MTK_test.pde
This commit is contained in:
parent
802a04512f
commit
f5699540a6
@ -1,10 +1,10 @@
|
||||
// -*- 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
|
||||
|
||||
Works with Ardupilot Mega Hardware (GPS on Serial Port1)
|
||||
*/
|
||||
* Example of GPS MTK library.
|
||||
* Code by Jordi Munoz and Jose Julio. DIYDrones.com
|
||||
*
|
||||
* Works with Ardupilot Mega Hardware (GPS on Serial Port1)
|
||||
*/
|
||||
|
||||
#include <FastSerial.h>
|
||||
#include <AP_Common.h>
|
||||
@ -26,7 +26,7 @@ void setup()
|
||||
gps.print_errors = true;
|
||||
|
||||
Serial.println("GPS MTK library test");
|
||||
gps.init(); // GPS Initialization
|
||||
gps.init(); // GPS Initialization
|
||||
delay(1000);
|
||||
}
|
||||
void loop()
|
||||
|
Loading…
Reference in New Issue
Block a user