Skip to content

Commit 01fd7ca

Browse files
committed
Add UBX_RXM_SPARTN
1 parent 2041d53 commit 01fd7ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SparkFun_u-blox_GNSS_Arduino_Library.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,8 @@ const uint8_t UBX_RXM_PMREQ = 0x41; //Requests a Power Management task (two diff
379379
const uint8_t UBX_RXM_RAWX = 0x15; //Multi-GNSS Raw Measurement Data
380380
const uint8_t UBX_RXM_RLM = 0x59; //Galileo SAR Short-RLM report (two different packet sizes)
381381
const uint8_t UBX_RXM_RTCM = 0x32; //RTCM input status
382-
const uint8_t UBX_RXM_SFRBX = 0x13; //Boradcast Navigation Data Subframe
382+
const uint8_t UBX_RXM_SFRBX = 0x13; //Broadcast Navigation Data Subframe
383+
const uint8_t UBX_RXM_SPARTN = 0x33; //SPARTN input status
383384

384385
//Class: SEC
385386
//The following are used to configure the SEC UBX messages (security feature messages). Descriptions from UBX messages overview (ZED_F9P Interface Description Document page 36)

0 commit comments

Comments
 (0)