diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-26 18:58:41 -0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-26 18:58:41 -0600 |
commit | b1408c13f176f3f021e9face48c4cd33528ee96c (patch) | |
tree | 5d10733ca43c51f26eeafe95a71b7a1449ae046b /ao-tools/lib | |
parent | 8083aa731c99d09bdd4a8c216bb11f846734d7df (diff) |
ao-tools/ao-mega: Dump 'pyro' state from mega log
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib')
-rw-r--r-- | ao-tools/lib/cc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ao-tools/lib/cc.h b/ao-tools/lib/cc.h index 625540bb..c07f8cd0 100644 --- a/ao-tools/lib/cc.h +++ b/ao-tools/lib/cc.h @@ -306,7 +306,8 @@ struct ao_log_mega { int16_t v_pbatt; /* 6 */ int16_t n_sense; /* 8 */ int16_t sense[10]; /* 10 */ - } volt; /* 30 */ + uint16_t pyro; /* 30 */ + } volt; /* 32 */ /* AO_LOG_GPS_TIME */ struct { int32_t latitude; /* 4 */ |