Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 55a369f

Browse files
committed
Fixed redeclarations of UBX_CFG_MSG
1 parent 6946eb1 commit 55a369f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SparkFun_Ublox_Arduino_Library.h

-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ const uint8_t UBX_UPD_SOS = 0x14; //Poll Backup Fil Restore Status, Create Backu
297297

298298

299299
//The following are used to enable RTCM messages
300-
const uint8_t UBX_CFG_MSG = 0x01;
301300
const uint8_t UBX_RTCM_MSB = 0xF5; //All RTCM enable commands have 0xF5 as MSB
302301
const uint8_t UBX_RTCM_1005 = 0x05; //Stationary RTK reference ARP
303302
const uint8_t UBX_RTCM_1074 = 0x4A; //GPS MSM4

0 commit comments

Comments
 (0)