altos: Fix syntax error with ao_log_mega change.
[fw/altos] / src / kernel / ao_log.h
index 3354c2439bc2a06dbc647975781557155175f08a..f86fb35998f8cfcf58af6134589fcd5f08882e5c 100644 (file)
@@ -216,7 +216,7 @@ struct ao_log_mega {
                        int16_t         ground_accel_along;     /* 12 */
                        int16_t         ground_accel_across;    /* 14 */
                        int16_t         ground_accel_through;   /* 16 */
-                       int16_t         pad                     /* 18 */
+                       int16_t         pad_18;                 /* 18 */
                        int32_t         ground_roll;            /* 20 */
                        int32_t         ground_pitch;           /* 24 */
                        int32_t         ground_yaw;             /* 28 */