Skip to content

Commit 72a8aca

Browse files
committed
Update u-blox_structs.h
UBX_RXM_RAWX_MAX_BLOCKS updated to reflect max number of channels (ie, measurements) of ZED-F9P
1 parent ebfbd22 commit 72a8aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/u-blox_structs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ typedef struct
11041104

11051105
// UBX-RXM-RAWX (0x02 0x15): Multi-GNSS raw measurement data
11061106
// Note: length is variable
1107-
const uint8_t UBX_RXM_RAWX_MAX_BLOCKS = 64; // GUESS! TO DO: find the correct value for this
1107+
const uint8_t UBX_RXM_RAWX_MAX_BLOCKS = 92; // Based off max number of channels in ZED-F9P
11081108
const uint16_t UBX_RXM_RAWX_MAX_LEN = 16 + (32 * UBX_RXM_RAWX_MAX_BLOCKS);
11091109

11101110
typedef struct

0 commit comments

Comments
 (0)