Skip to content

Commit 74b4404

Browse files
authored
Clarify padding field bits in VDM_DATE_TIME_t struct
1 parent d3b15ae commit 74b4404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Telemetry-Main/CANProtocol.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ struct VDM_DATE_TIME_t {
216216
uint8_t UTC_DATE_YEAR; // bits 15-22
217217
uint8_t UTC_DATE_MONTH; // bits 23-30
218218
uint8_t UTC_DATE_DAY; // bits 31-38
219-
uint8_t padding;
219+
uint8_t padding; // bits 39-46
220220
uint8_t UTC_TIME_HOURS; // bits 47-54
221221
uint8_t UTC_TIME_MINUTES; // bits 55-62
222222
uint8_t UTC_TIME_SECONDS; // bits 63-70

0 commit comments

Comments
 (0)