Skip to content

Commit 08a2da9

Browse files
authored
Merge pull request #74 from derekpickell/release_candidate
Update u-blox_structs.h
2 parents ebfbd22 + 72a8aca commit 08a2da9

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)