mirror of https://github.com/ArduPilot/ardupilot
uncrustify libraries/AP_GPS/AP_GPS_UBLOX.h
This commit is contained in:
parent
ceed417538
commit
c1454461ee
|
@ -14,11 +14,11 @@
|
|||
#include "GPS.h"
|
||||
|
||||
/*
|
||||
try to put a UBlox into binary mode. This is in two parts. First we
|
||||
send a PUBX asking the UBlox to receive NMEA and UBX, and send UBX,
|
||||
with a baudrate of 38400. Then we send a UBX message setting rate 1
|
||||
for the NAV_SOL message. The setup of NAV_SOL is to cope with
|
||||
configurations where all UBX binary message types are disabled.
|
||||
* try to put a UBlox into binary mode. This is in two parts. First we
|
||||
* send a PUBX asking the UBlox to receive NMEA and UBX, and send UBX,
|
||||
* with a baudrate of 38400. Then we send a UBX message setting rate 1
|
||||
* for the NAV_SOL message. The setup of NAV_SOL is to cope with
|
||||
* configurations where all UBX binary message types are disabled.
|
||||
*/
|
||||
#define UBLOX_SET_BINARY "$PUBX,41,1,0003,0001,38400,0*26\n\265\142\006\001\003\000\001\006\001\022\117"
|
||||
|
||||
|
|
Loading…
Reference in New Issue