1.1 --- a/Hardware/LPC/LPCHardware.cs Fri Feb 19 14:08:56 2010 +0000
1.2 +++ b/Hardware/LPC/LPCHardware.cs Fri Feb 19 18:33:08 2010 +0000
1.3 @@ -63,6 +63,7 @@
1.4 case Chip.W83627DHGP: this.name = "Winbond W83627DHG-P"; break;
1.5 case Chip.W83627EHF: this.name = "Winbond W83627EHF"; break;
1.6 case Chip.W83627HF: this.name = "Winbond W83627HF"; break;
1.7 + case Chip.W83627THF: this.name = "Winbond W83627THF"; break;
1.8 case Chip.W83667HG: this.name = "Winbond W83667HG"; break;
1.9 case Chip.W83667HGB: this.name = "Winbond W83667HG-B"; break;
1.10 }