Skip to content

Commit 7864593

Browse files
authored
Fix B650M_AORUS_PRO_AX AVCC3 voltage (#1606)
1 parent 210fb7b commit 7864593

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LibreHardwareMonitorLib/Hardware/Motherboard/SuperIOHardware.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,7 @@ private static void GetIteConfigurationsB(ISuperIO superIO, Manufacturer manufac
16261626
v.Add(new Voltage("Dual DDR5 5V", 6, 1.5f, 1));
16271627
v.Add(new Voltage("+3V Standby", 7, 10f, 10f));
16281628
v.Add(new Voltage("CMOS Battery", 8, 10f, 10f));
1629-
v.Add(new Voltage("AVCC3", 9, 59.9f, 9.8f));
1629+
v.Add(new Voltage("AVCC3", 9, 10f, 10f));
16301630
t.Add(new Temperature("System", 0));
16311631
t.Add(new Temperature("PCH", 1));
16321632
t.Add(new Temperature("CPU", 2));

0 commit comments

Comments
 (0)