Remove garbage from end of signature lines in AT90USB646/647, left
over accidentally from rev 1.131. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@783 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
7d3a6511e3
commit
97dbcab70c
|
@ -11008,7 +11008,7 @@ part
|
|||
part
|
||||
id = "usb646";
|
||||
desc = "AT90USB646";
|
||||
signature = 0x1e 0x96 0x82; ?
|
||||
signature = 0x1e 0x96 0x82;
|
||||
has_jtag = yes;
|
||||
# stk500_devcode = 0xB2;
|
||||
# avr910_devcode = 0x43;
|
||||
|
@ -11197,7 +11197,7 @@ part
|
|||
part
|
||||
id = "usb647";
|
||||
desc = "AT90USB647";
|
||||
signature = 0x1e 0x96 0x82; ?
|
||||
signature = 0x1e 0x96 0x82;
|
||||
has_jtag = yes;
|
||||
# stk500_devcode = 0xB2;
|
||||
# avr910_devcode = 0x43;
|
||||
|
|
Loading…
Reference in New Issue