uncrustify libraries/AP_GPS/examples/GPS_UBLOX_test/GPS_UBLOX_test.pde

This commit is contained in:
uncrustify 2012-08-16 23:19:43 -07:00 committed by Pat Hickey
parent 85901d3b44
commit 994c292877
1 changed files with 10 additions and 10 deletions

View File

@ -1,9 +1,9 @@
// -*- 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
Works with Ardupilot Mega Hardware (GPS on Serial Port1)
* Example of GPS UBlox library.
* Code by Jordi Munoz and Jose Julio. DIYDrones.com
*
* Works with Ardupilot Mega Hardware (GPS on Serial Port1)
*/
#include <FastSerial.h>