diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/kernel/ao_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/ao_log.h b/src/kernel/ao_log.h index 3354c243..f86fb359 100644 --- a/src/kernel/ao_log.h +++ b/src/kernel/ao_log.h @@ -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 */ |