fixed part id of ATtiny9
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@962 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
fc589638df
commit
7313b4348e
|
@ -1,3 +1,7 @@
|
||||||
|
2011-06-16 Thomas Fischl <tfischl@gmx.de>
|
||||||
|
|
||||||
|
* avrdude.conf.in: Fix part id of ATtiny9.
|
||||||
|
|
||||||
2011-05-28 Thomas Fischl <tfischl@gmx.de>
|
2011-05-28 Thomas Fischl <tfischl@gmx.de>
|
||||||
|
|
||||||
Based on patch #7440 commited by Slawomir Fraś:
|
Based on patch #7440 commited by Slawomir Fraś:
|
||||||
|
|
|
@ -16714,7 +16714,7 @@ part
|
||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
|
|
||||||
part
|
part
|
||||||
id = "t8";
|
id = "t9";
|
||||||
desc = "ATtiny9";
|
desc = "ATtiny9";
|
||||||
signature = 0x1e 0x90 0x08;
|
signature = 0x1e 0x90 0x08;
|
||||||
has_tpi = yes;
|
has_tpi = yes;
|
||||||
|
|
Loading…
Reference in New Issue