Skip to content

Commit db613d2

Browse files
committed
Fix reserved2
1 parent 1cb0eb5 commit db613d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/u-blox_structs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2059,7 +2059,7 @@ typedef struct
20592059
uint8_t numMeas; /* Number of measurements in repeated block */
20602060
uint8_t reserved1[2]; /* Reserved. Do not use. Set as zero */
20612061
uint32_t iTOW; /* Time of the week [ms] */
2062-
uint8_t reserved2[2]; /* Reserved. Do not use. Set as zero */
2062+
uint8_t reserved2[4]; /* Reserved. Do not use. Set as zero */
20632063
UBX_TIM_SMEAS_blockData_t data[DEF_MAX_NUM_TIM_SMEAS_BLOCKS];
20642064
} UBX_TIM_SMEAS_data_t;
20652065

0 commit comments

Comments
 (0)