diff --git a/ChangeLog b/ChangeLog index 931c05f0..4ad37747 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-12-11 Joerg Wunsch + + Submitted by Nick Lott: + * avrdude.conf.in: Fix signature for ATmega8515. + Closes bug #18348: ATMEGA8515 Signature is wrong in avrdude.conf + 2006-12-11 Joerg Wunsch * avr.c: Fix a bug introduced in rev. 1.69, when implementing the diff --git a/avrdude.conf.in b/avrdude.conf.in index 05d6b83f..9bb26f1e 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.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";