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:
@@ -41,7 +41,7 @@ using System.Text;
|
||||
using System.Threading;
|
||||
|
||||
namespace OpenHardwareMonitor.Hardware.LPC {
|
||||
public class LPCIO {
|
||||
internal class LPCIO {
|
||||
|
||||
private List<ISuperIO> superIOs = new List<ISuperIO>();
|
||||
private StringBuilder report = new StringBuilder();
|
||||
|
Reference in New Issue
Block a user