File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 90900x10720004
91910x10730001
92920x10730002
93+ 0x10730003
93940x10730004
94950x10730005
95960x10740001
1041050x10760004
1051060x10770001
1061070x10770002
108+ 0x10770003
1071090x10770004
1081100x10770005
1091110x10780001
Original file line number Diff line number Diff line change @@ -1250,6 +1250,7 @@ const uint32_t UBLOX_CFG_UART1_REMAP = UBX_CFG_L | 0x10520006; // UART1 Rema
12501250//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
12511251const uint32_t UBLOX_CFG_UART1INPROT_UBX = UBX_CFG_L | 0x10730001 ; // Flag to indicate if UBX should be an input protocol on UART1
12521252const uint32_t UBLOX_CFG_UART1INPROT_NMEA = UBX_CFG_L | 0x10730002 ; // Flag to indicate if NMEA should be an input protocol on UART1
1253+ const uint32_t UBLOX_CFG_UART1INPROT_RTCM2X = UBX_CFG_L | 0x10730003 ; // Flag to indicate if RTCM2X should be an input protocol on UART1
12531254const uint32_t UBLOX_CFG_UART1INPROT_RTCM3X = UBX_CFG_L | 0x10730004 ; // Flag to indicate if RTCM3X should be an input protocol on UART1
12541255const uint32_t UBLOX_CFG_UART1INPROT_SPARTN = UBX_CFG_L | 0x10730005 ; // Flag to indicate if SPARTN should be an input protocol on UART1
12551256
@@ -1305,6 +1306,7 @@ const uint32_t UBLOX_CFG_USB_SERIAL_NO_STR3 = UBX_CFG_X8 | 0x50650018; // Serial
13051306//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
13061307const uint32_t UBLOX_CFG_USBINPROT_UBX = UBX_CFG_L | 0x10770001 ; // Flag to indicate if UBX should be an input protocol on USB
13071308const uint32_t UBLOX_CFG_USBINPROT_NMEA = UBX_CFG_L | 0x10770002 ; // Flag to indicate if NMEA should be an input protocol on USB
1309+ const uint32_t UBLOX_CFG_USBINPROT_RTCM2X = UBX_CFG_L | 0x10770003 ; // Flag to indicate if RTCM2X should be an input protocol on USB
13081310const uint32_t UBLOX_CFG_USBINPROT_RTCM3X = UBX_CFG_L | 0x10770004 ; // Flag to indicate if RTCM3X should be an input protocol on USB
13091311const uint32_t UBLOX_CFG_USBINPROT_SPARTN = UBX_CFG_L | 0x10770005 ; // Flag to indicate if SPARTN should be an input protocol on USB
13101312
You can’t perform that action at this time.
0 commit comments