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)
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>

No differences found