Make the ao_log_record structures 8 bytes again.
authorKeith Packard <keithp@keithp.com>
Thu, 3 Sep 2009 05:00:37 +0000 (22:00 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 3 Sep 2009 05:00:37 +0000 (22:00 -0700)
commitacea083d80e1ecc4287083519ea666964016b257
tree295582ae56deb7a993464f0a35036c8e76e14dc4
parent7d39f17684feb49ac8a0017902158f298696e37c
Make the ao_log_record structures 8 bytes again.

When the GPS signal strength data was added, the structure was
accidentally extended to 9 bytes, making all log records 9 bytes
long. While not a serious problem, this left log records spanning
across eeprom block boundaries, which seems like a bad plan.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao.h
src/ao_gps_report.c