mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-29 07:25:27 +00:00
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:
@@ -1719,8 +1719,8 @@ part
|
|||||||
size = 4096;
|
size = 4096;
|
||||||
min_write_delay = 4000;
|
min_write_delay = 4000;
|
||||||
max_write_delay = 9000;
|
max_write_delay = 9000;
|
||||||
readback_p1 = 0x00;
|
readback_p1 = 0x80;
|
||||||
readback_p2 = 0xff;
|
readback_p2 = 0x7f;
|
||||||
read = " 1 0 1 0 0 0 0 0",
|
read = " 1 0 1 0 0 0 0 0",
|
||||||
" x x x x a11 a10 a9 a8",
|
" x x x x a11 a10 a9 a8",
|
||||||
" a7 a6 a5 a4 a3 a2 a1 a0",
|
" a7 a6 a5 a4 a3 a2 a1 a0",
|
||||||
|
Reference in New Issue
Block a user