mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 19:40:10 +00:00
bug #24589: AT90USB64* have wrong signature
Uncomment the correct, and delete the wrong signature for AT90USB646/647. Alas, the datasheet has never been corrected for years. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@782 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -11008,8 +11008,7 @@ part
|
||||
part
|
||||
id = "usb646";
|
||||
desc = "AT90USB646";
|
||||
# signature = 0x1e 0x96 0x82; ?
|
||||
signature = 0x1e 0x97 0x82;
|
||||
signature = 0x1e 0x96 0x82; ?
|
||||
has_jtag = yes;
|
||||
# stk500_devcode = 0xB2;
|
||||
# avr910_devcode = 0x43;
|
||||
@@ -11198,8 +11197,7 @@ part
|
||||
part
|
||||
id = "usb647";
|
||||
desc = "AT90USB647";
|
||||
# signature = 0x1e 0x96 0x82; ?
|
||||
signature = 0x1e 0x97 0x82;
|
||||
signature = 0x1e 0x96 0x82; ?
|
||||
has_jtag = yes;
|
||||
# stk500_devcode = 0xB2;
|
||||
# avr910_devcode = 0x43;
|
||||
|
||||
Reference in New Issue
Block a user