altos: Fix syntax error with ao_log_mega change.
authorKeith Packard <keithp@keithp.com>
Sat, 4 Oct 2014 07:30:54 +0000 (00:30 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 4 Oct 2014 07:30:54 +0000 (00:30 -0700)
Missed a semi-colon.

Signed-off-by: Keith Packard <keithp@keithp.com>
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 */