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
df637ee942
commit
b1b618b907
|
@ -11008,7 +11008,7 @@ part
|
||||||
part
|
part
|
||||||
id = "usb646";
|
id = "usb646";
|
||||||
desc = "AT90USB646";
|
desc = "AT90USB646";
|
||||||
signature = 0x1e 0x96 0x82; ?
|
signature = 0x1e 0x96 0x82;
|
||||||
has_jtag = yes;
|
has_jtag = yes;
|
||||||
# stk500_devcode = 0xB2;
|
# stk500_devcode = 0xB2;
|
||||||
# avr910_devcode = 0x43;
|
# avr910_devcode = 0x43;
|
||||||
|
@ -11197,7 +11197,7 @@ part
|
||||||
part
|
part
|
||||||
id = "usb647";
|
id = "usb647";
|
||||||
desc = "AT90USB647";
|
desc = "AT90USB647";
|
||||||
signature = 0x1e 0x96 0x82; ?
|
signature = 0x1e 0x96 0x82;
|
||||||
has_jtag = yes;
|
has_jtag = yes;
|
||||||
# stk500_devcode = 0xB2;
|
# stk500_devcode = 0xB2;
|
||||||
# avr910_devcode = 0x43;
|
# avr910_devcode = 0x43;
|
||||||
|
|
Loading…
Reference in New Issue