From 46abd248fb2eb84f161672ffce121b2203d42be0 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 13 Oct 2012 13:34:28 -0700 Subject: [PATCH] altos: struct ao_log_mega doesn't have a ground temp value There's no averaged ground temperature recorded in the flight system to save there, so just remove the field Signed-off-by: Keith Packard --- src/core/ao_log.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/ao_log.h b/src/core/ao_log.h index 30ef03f2..eaaca444 100644 --- a/src/core/ao_log.h +++ b/src/core/ao_log.h @@ -201,8 +201,7 @@ struct ao_log_mega { uint16_t flight; /* 4 */ int16_t ground_accel; /* 6 */ uint32_t ground_pres; /* 8 */ - uint32_t ground_temp; /* 12 */ - } flight; /* 16 */ + } flight; /* 12 */ struct { uint16_t state; uint16_t reason; -- 2.30.2