Merge pull request #74 from derekpickell/release_candidate

Update u-blox_structs.h
This commit is contained in:
Paul
2021-10-20 18:36:55 +01:00
committed by GitHub
+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 = 64; // GUESS! TO DO: find the correct value for this
const uint8_t UBX_RXM_RAWX_MAX_BLOCKS = 92; // Based off max number of channels in ZED-F9P
const uint16_t UBX_RXM_RAWX_MAX_LEN = 16 + (32 * UBX_RXM_RAWX_MAX_BLOCKS);
typedef struct