We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb0eb5 commit db613d2Copy full SHA for db613d2
src/u-blox_structs.h
@@ -2059,7 +2059,7 @@ typedef struct
2059
uint8_t numMeas; /* Number of measurements in repeated block */
2060
uint8_t reserved1[2]; /* Reserved. Do not use. Set as zero */
2061
uint32_t iTOW; /* Time of the week [ms] */
2062
- uint8_t reserved2[2]; /* Reserved. Do not use. Set as zero */
+ uint8_t reserved2[4]; /* Reserved. Do not use. Set as zero */
2063
UBX_TIM_SMEAS_blockData_t data[DEF_MAX_NUM_TIM_SMEAS_BLOCKS];
2064
} UBX_TIM_SMEAS_data_t;
2065
0 commit comments