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 1617041 commit d3b15aeCopy full SHA for d3b15ae
Telemetry-Main/CANProtocol.hpp
@@ -199,8 +199,8 @@ struct TPERIPH_TIRETEMP_t {
199
};
200
201
struct VDM_GPS_LAT_LONG_t {
202
- int32_t LATITUDE; // bits 7-38
203
- int32_t LONGITUDE; // bits 39-50
+ float LATITUDE; // bits 7-38
+ float LONGITUDE; // bits 39-50
204
205
206
struct VDM_GPS_DATA_t {
@@ -216,6 +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;
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