mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-09-01 06:45:12 +00:00
Refactored the hardware monitoring code into a library (Issue 101).
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Text;
|
||||
|
||||
namespace OpenHardwareMonitor.Hardware.LPC {
|
||||
|
||||
public enum Chip : ushort {
|
||||
internal enum Chip : ushort {
|
||||
Unknown = 0,
|
||||
IT8712F = 0x8712,
|
||||
IT8716F = 0x8716,
|
||||
|
Reference in New Issue
Block a user