mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
uncrustify libraries/AP_GPS/AP_GPS_UBLOX.h
This commit is contained in:
parent
ceed417538
commit
c1454461ee
@ -14,11 +14,11 @@
|
|||||||
#include "GPS.h"
|
#include "GPS.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
try to put a UBlox into binary mode. This is in two parts. First we
|
* 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,
|
* 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
|
* 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
|
* for the NAV_SOL message. The setup of NAV_SOL is to cope with
|
||||||
configurations where all UBX binary message types are disabled.
|
* 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"
|
#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
Block a user