Make eeprom reads and writes across block boundary work
authorKeith Packard <keithp@keithp.com>
Thu, 3 Sep 2009 04:57:54 +0000 (21:57 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 3 Sep 2009 04:57:54 +0000 (21:57 -0700)
commit7d39f17684feb49ac8a0017902158f298696e37c
tree62a0ca3b0e9ab25fa750ebcb6892538f5934fa82
parent6358041f846ba9a20fa650c367d907dc4336e54c
Make eeprom reads and writes across block boundary work

Reading and writing across the block boundary was not stepping the
eeprom position after the partial i/o operation at the end of the
first block. This meant that the operation would re-use the end of the
previous block, either re-reading or re-writing it.

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