summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/ao_log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ao_log.h b/src/core/ao_log.h
index a2f342d7..4b09faeb 100644
--- a/src/core/ao_log.h
+++ b/src/core/ao_log.h
@@ -276,7 +276,8 @@ struct ao_log_metrum {
uint16_t flight; /* 4 */
int16_t ground_accel; /* 6 */
uint32_t ground_pres; /* 8 */
- } flight; /* 12 */
+ uint32_t ground_temp; /* 12 */
+ } flight; /* 16 */
/* AO_LOG_STATE */
struct {
uint16_t state; /* 4 */