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 d3b15ae commit 74b4404Copy full SHA for 74b4404
Telemetry-Main/CANProtocol.hpp
@@ -216,7 +216,7 @@ struct VDM_DATE_TIME_t {
216
uint8_t UTC_DATE_YEAR; // bits 15-22
217
uint8_t UTC_DATE_MONTH; // bits 23-30
218
uint8_t UTC_DATE_DAY; // bits 31-38
219
- uint8_t padding;
+ uint8_t padding; // bits 39-46
220
uint8_t UTC_TIME_HOURS; // bits 47-54
221
uint8_t UTC_TIME_MINUTES; // bits 55-62
222
uint8_t UTC_TIME_SECONDS; // bits 63-70
0 commit comments