uncrustify libraries/AP_GPS/examples/GPS_406_test/GPS_406_test.pde

This commit is contained in:
uncrustify 2012-08-16 23:19:43 -07:00 committed by Pat Hickey
parent d6d51e4116
commit 12b5e53ce7
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*- // -*- 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
*
Works with Ardupilot Mega Hardware (GPS on Serial Port1) * Works with Ardupilot Mega Hardware (GPS on Serial Port1)
*/ */
#include <FastSerial.h> #include <FastSerial.h>
#include <AP_Common.h> #include <AP_Common.h>
@ -27,7 +27,7 @@ void setup()
gps.print_errors = true; gps.print_errors = true;
Serial.println("GPS 406 library test"); Serial.println("GPS 406 library test");
gps.init(); // GPS Initialization gps.init(); // GPS Initialization
delay(1000); delay(1000);
} }
void loop() void loop()