diff options
| author | Keith Packard <keithp@keithp.com> | 2014-10-04 00:30:54 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-10-04 00:30:54 -0700 | 
| commit | 62628c8b429d06ee834f0b6511c430cbeaab9303 (patch) | |
| tree | 6b335e14a183023c97b1d6f87b362a3551ff4272 /src/kernel/ao_log.h | |
| parent | 00ae706dab6e8fddef4c5730a17c433a022228b7 (diff) | |
altos: Fix syntax error with ao_log_mega change.
Missed a semi-colon.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/kernel/ao_log.h')
| -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 */  | 
