mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 19:40:10 +00:00
Submitted by Nick Lott:
Fix signature for ATmega8515. Closes bug #18348: ATMEGA8515 Signature is wrong in avrdude.conf git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@697 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -5445,7 +5445,7 @@ part
|
||||
desc = "ATMEGA8515";
|
||||
stk500_devcode = 0x63;
|
||||
avr910_devcode = 0x3B;
|
||||
signature = 0x1e 0x93 0x07;
|
||||
signature = 0x1e 0x93 0x06;
|
||||
chip_erase_delay = 9000;
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user