summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-10-13 13:34:28 -0700
committerKeith Packard <keithp@keithp.com>2012-10-13 13:34:28 -0700
commit46abd248fb2eb84f161672ffce121b2203d42be0 (patch)
tree43c414bef8a077a26c9d106933db03548da58f8d /src
parenteea1c8da986f9dbd0ca58c926a2bbe01721c1bda (diff)
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 <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/core/ao_log.h3
1 files changed, 1 insertions, 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;