Skip to content

Commit

Permalink
Fix incorrect CPU Voltage Termination value on Z690 Extreme/Steel Leg…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tellinq authored Jul 27, 2024
1 parent 26e6824 commit 14ca850
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2870,7 +2870,7 @@ private static void GetNuvotonConfigurationD(ISuperIO superIO, Manufacturer manu
v.Add(new Voltage("DRAM", 6));
v.Add(new Voltage("+3.3V Standby", 7, 34, 34));
v.Add(new Voltage("CMOS Battery", 8, 34, 34));
v.Add(new Voltage("CPU Voltage Termination", 9));
v.Add(new Voltage("CPU Voltage Termination", 9, 1, 1));
v.Add(new Voltage("CPU 1.05V", 10, 1, 1));
v.Add(new Voltage("Chipset 0.82V", 11, 1, 1));
v.Add(new Voltage("Chipset 1.0V", 12));
Expand Down

0 comments on commit 14ca850

Please sign in to comment.