Update comment re. UBX_RXM_RAWX_MAX_BLOCKS

This commit is contained in:
PaulZC
2021-10-20 18:43:25 +01:00
parent 08a2da9f79
commit bfd6bfdd8a
+1 -1
View File
@@ -1104,7 +1104,7 @@ typedef struct
// UBX-RXM-RAWX (0x02 0x15): Multi-GNSS raw measurement data
// Note: length is variable
const uint8_t UBX_RXM_RAWX_MAX_BLOCKS = 92; // Based off max number of channels in ZED-F9P
const uint8_t UBX_RXM_RAWX_MAX_BLOCKS = 92; // See issue #70 and PR #74 for more info
const uint16_t UBX_RXM_RAWX_MAX_LEN = 16 + (32 * UBX_RXM_RAWX_MAX_BLOCKS);
typedef struct