Record average accelerometer value in flight start log record
[fw/altos] / ao.h
diff --git a/ao.h b/ao.h
index aa7163fc141342850d0c97b1a1e19a378ca4b7ac..4505edfab4dbd9e622ab4a036df1010c24a4c308 100644 (file)
--- a/ao.h
+++ b/ao.h
@@ -467,7 +467,7 @@ struct ao_log_record {
        uint16_t                tick;
        union {
                struct {
-                       uint16_t        serial;
+                       int16_t         ground_accel;
                        uint16_t        flight;
                } flight;
                struct {