From f753ad3b9d0f3dc9794e5dd097063aab6cf9bdc4 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 27 Apr 2017 12:57:49 -0600 Subject: telefiretwo: don't try to record pre-burn sensor values in FLIGHT record --- src/kernel/ao_log.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/kernel/ao_log.h') diff --git a/src/kernel/ao_log.h b/src/kernel/ao_log.h index a2f2c6ca..5c568c99 100644 --- a/src/kernel/ao_log.h +++ b/src/kernel/ao_log.h @@ -309,9 +309,7 @@ struct ao_log_firetwo { /* AO_LOG_FLIGHT */ struct { uint16_t flight; /* 4 */ - uint16_t idle_pressure; /* 6 */ - uint16_t idle_thrust; /* 8 */ - } flight; /* 16 */ + } flight; /* 6 */ /* AO_LOG_STATE */ struct { uint16_t state; /* 4 */ -- cgit v1.2.3