From 21c0c540288663ea763038e8e67ecf4a804be1aa Mon Sep 17 00:00:00 2001 From: bdean Date: Wed, 5 Mar 2003 02:33:30 +0000 Subject: [PATCH] Fix device codes for at90s8515 and at90s8535. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@258 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude.conf.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/avrdude.conf.in b/avrdude.conf.in index 47340e9b..f0b89d11 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -870,12 +870,12 @@ part part id = "8515"; desc = "AT90S8515"; - devicecode = 0x63; + devicecode = 0x60; chip_erase_delay = 20000; pgm_enable = "1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1", "x x x x x x x x x x x x x x x x"; - chip_erase = "1 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0", + chip_erase = "1 0 1 0 1 1 0 0 1 0 0 x x x x x", "x x x x x x x x x x x x x x x x"; memory "eeprom" @@ -944,7 +944,7 @@ part part id = "8535"; desc = "AT90S8535"; - devicecode = 0x64; + devicecode = 0x61; chip_erase_delay = 20000; pgm_enable = "1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1", "x x x x x x x x x x x x x x x x";