Added additional register banks to report output for Winbond chips.

This commit is contained in:
Michael Möller
2010-02-19 14:08:56 +00:00
parent bac676e771
commit a60755377f
2 changed files with 3 additions and 3 deletions

View File

@@ -219,7 +219,7 @@ namespace OpenHardwareMonitor.Hardware.LPC {
}
r.AppendLine();
}
for (int k = 1; k <= 5; k++) {
for (int k = 1; k <= 15; k++) {
r.AppendLine("Bank " + k);
for (int i = 0x5; i < 0x6; i++) {
r.Append(" "); r.Append((i << 4).ToString("X2")); r.Append(" ");

View File

@@ -69,5 +69,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.21.3")]
[assembly: AssemblyFileVersion("0.1.21.3")]
[assembly: AssemblyVersion("0.1.21.4")]
[assembly: AssemblyFileVersion("0.1.21.4")]