Fix the poll values for the ATmega103's EEPROM so they eventually
match the XML file. This fixes bug #7492: EEPROM writing fail on atmega103 with atavrisp git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@509 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
859a5aee59
commit
afbe273a6a
|
@ -1719,8 +1719,8 @@ part
|
|||
size = 4096;
|
||||
min_write_delay = 4000;
|
||||
max_write_delay = 9000;
|
||||
readback_p1 = 0x00;
|
||||
readback_p2 = 0xff;
|
||||
readback_p1 = 0x80;
|
||||
readback_p2 = 0x7f;
|
||||
read = " 1 0 1 0 0 0 0 0",
|
||||
" x x x x a11 a10 a9 a8",
|
||||
" a7 a6 a5 a4 a3 a2 a1 a0",
|
||||
|
|
Loading…
Reference in New Issue