Skip to content

Commit edb3990

Browse files
committed
Remove the 0-initialized control registers array
1 parent 314bd25 commit edb3990

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • OpenHardwareMonitorLib/Hardware/Motherboard/Lpc

OpenHardwareMonitorLib/Hardware/Motherboard/Lpc/IT87XX.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public IT87XX(Chip chip, ushort address, ushort gpioAddress, byte version, Mothe
7070
{
7171
Chip.IT8665E or Chip.IT8625E => new byte[] { 0x15, 0x16, 0x17, 0x1e, 0x1f, 0x92 },
7272
Chip.IT8792E => new byte[] { 0x15, 0x16, 0x17 },
73-
Chip.IT8696E when motherboard.Model is Model.X870_AORUS_ELITE_WIFI7 or Model.X870_AORUS_ELITE_WIFI7_ICE => new byte[] { 0, 0, 0, 0, 0, 0 },
7473
_ => new byte[] { 0x15, 0x16, 0x17, 0x7f, 0xa7, 0xaf }
7574
};
7675

0 commit comments

Comments
 (0)