Fix device codes for at90s8515 and at90s8535.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@258 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
bdean 2003-03-05 02:33:30 +00:00
parent b52d86ae9d
commit 21c0c54028
1 changed files with 3 additions and 3 deletions

View File

@ -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";