uncrustify libraries/AP_GPS/examples/GPS_NMEA_test/GPS_NMEA_test.pde

This commit is contained in:
uncrustify 2012-08-16 23:19:44 -07:00 committed by Pat Hickey
parent 1e8ea08bce
commit 0f5aff35fc
1 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,7 @@ FastSerialPort0(Serial);
FastSerialPort1(Serial1);
AP_GPS_NMEA NMEA_gps(&Serial1);
GPS *gps = &NMEA_gps;
GPS *gps = &NMEA_gps;
#define T6 1000000
#define T7 10000000
@ -31,8 +31,7 @@ const uint8_t sirf_to_nmea[] = { 0xa0, 0xa2, // preamble
0x00, 0x00, // pad
0x96, 0x00, // 38400
0x01, 0x25, // checksum TBD
0xb0, 0xb3
}; // postamble
0xb0, 0xb3}; // postamble
void setup()
{