Small correction for the Nuvoton NCT6791D super I/O chip.
authormoel.mich
Sun, 21 Jul 2013 15:51:43 +0000
changeset 41493dbee74f1e7
parent 413 362c5e77197d
child 415 a67db9051d19
Small correction for the Nuvoton NCT6791D super I/O chip.
Hardware/LPC/NCT677X.cs
Properties/AssemblyVersion.cs
     1.1 --- a/Hardware/LPC/NCT677X.cs	Sun Jul 21 14:17:11 2013 +0000
     1.2 +++ b/Hardware/LPC/NCT677X.cs	Sun Jul 21 15:51:43 2013 +0000
     1.3 @@ -65,9 +65,9 @@
     1.4      private readonly ushort fanRpmBaseRegister;
     1.5      private readonly int minFanRPM;
     1.6  
     1.7 -    private bool[] restoreDefaultFanControlRequired = new bool[5];       
     1.8 -    private byte[] initialFanControlMode = new byte[5];
     1.9 -    private byte[] initialFanPwmCommand = new byte[5];
    1.10 +    private bool[] restoreDefaultFanControlRequired = new bool[6];       
    1.11 +    private byte[] initialFanControlMode = new byte[6];
    1.12 +    private byte[] initialFanPwmCommand = new byte[6];
    1.13  
    1.14      private readonly ushort[] voltageRegisters;
    1.15      private readonly ushort voltageVBatRegister;
     2.1 --- a/Properties/AssemblyVersion.cs	Sun Jul 21 14:17:11 2013 +0000
     2.2 +++ b/Properties/AssemblyVersion.cs	Sun Jul 21 15:51:43 2013 +0000
     2.3 @@ -10,5 +10,5 @@
     2.4  
     2.5  using System.Reflection;
     2.6  
     2.7 -[assembly: AssemblyVersion("0.6.0.1")]
     2.8 -[assembly: AssemblyInformationalVersion("0.6.0.1 Alpha")]
     2.9 \ No newline at end of file
    2.10 +[assembly: AssemblyVersion("0.6.0.2")]
    2.11 +[assembly: AssemblyInformationalVersion("0.6.0.2 Alpha")]
    2.12 \ No newline at end of file