Skip to content

Commit bfd6bfd

Browse files
committed
Update comment re. UBX_RXM_RAWX_MAX_BLOCKS
1 parent 08a2da9 commit bfd6bfd

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 = 92; // Based off max number of channels in ZED-F9P
1107+
const uint8_t UBX_RXM_RAWX_MAX_BLOCKS = 92; // See issue #70 and PR #74 for more info
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)