summaryrefslogtreecommitdiff
path: root/src/kernel/ao_log.h
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2017-04-27 12:57:49 -0600
committerBdale Garbee <bdale@gag.com>2017-05-11 09:58:46 -0600
commitf753ad3b9d0f3dc9794e5dd097063aab6cf9bdc4 (patch)
treeac0bf201c5309c9c2acbd9e6311f11b06feb47b0 /src/kernel/ao_log.h
parent7e2b92ccb56b713fd18af5769156331ead8dc7ed (diff)
telefiretwo: don't try to record pre-burn sensor values in FLIGHT record
Diffstat (limited to 'src/kernel/ao_log.h')
-rw-r--r--src/kernel/ao_log.h4
1 files changed, 1 insertions, 3 deletions
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 */