mirror of https://github.com/ArduPilot/ardupilot
uncrustify libraries/AP_GPS/examples/GPS_NMEA_test/GPS_NMEA_test.pde
This commit is contained in:
parent
01cc566199
commit
802a04512f
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue