altosui: Remove extra AltosEepromBlock layer
authorKeith Packard <keithp@keithp.com>
Sat, 26 Mar 2011 05:01:18 +0000 (22:01 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 26 Mar 2011 05:04:00 +0000 (22:04 -0700)
This was interposed between the download layer and the eeprom layer to
hold a eeprom block full of flight log records. The addition of the tiny
log format required reworking the code to hold chunks full of eeprom
data without regard to their content, so this content-specific layer
didn't seem useful anymore.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found