altos: struct ao_log_mega doesn't have a ground temp value
authorKeith Packard <keithp@keithp.com>
Sat, 13 Oct 2012 20:34:28 +0000 (13:34 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 13 Oct 2012 20:34:28 +0000 (13:34 -0700)
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>
src/core/ao_log.h

index 30ef03f2f2b484e1e9506d6eaf494742592e299e..eaaca444e1b504f220a89729c982f54b60804613 100644 (file)
@@ -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;