May I suggest the following change to the write verification in eeprom_write16
(line 325 in head):
<<<
if (value != (data >> 16)) {
if (debug)
fprintf(stderr, "Verification error at %.4x (read %.2x, expecting %.2x)\n", addr, data >> 16, value);
else
die("Verification error at %.4x (read %.2x, expecting %.2x)\n", addr, data >> 16, value);
}
>>>
Original issue reported on code.google.com by supermat...@gmail.com on 1 Sep 2012 at 4:48
Original issue reported on code.google.com by
supermat...@gmail.com
on 1 Sep 2012 at 4:48