Skip to content

Commit 2746581

Browse files
committed
arogos sensor msg construction #0
1 parent d6caebf commit 2746581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/services/baro_sensor_service.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
struct __attribute__((packed)) BAROLogEntry {
99
LogHeader header;
1010
union {
11-
int digital_value;
11+
double digital_value;
1212
uint8_t data[MAX_LOG_PAYLOAD];
1313
};
1414
};

0 commit comments

Comments
 (0)