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:
Thomas Fischl 2011-06-16 17:52:20 +00:00
parent ddfbdc0b87
commit 13fc6529d3
2 changed files with 5 additions and 1 deletions

View File

@ -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>
Based on patch #7440 commited by Slawomir Fraś:

View File

@ -16714,7 +16714,7 @@ part
#------------------------------------------------------------
part
id = "t8";
id = "t9";
desc = "ATtiny9";
signature = 0x1e 0x90 0x08;
has_tpi = yes;