From 204bdeb080d17fd84f727c73d4bf1a0da0a26bac Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Sat, 17 Sep 2005 21:01:35 +0000 Subject: [PATCH] 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/avrdude@509 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avrdude.conf.in b/avrdude.conf.in index 09721c8b..b144d267 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -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",