1.1 --- a/Hardware/CPU/AMD10CPU.cs Tue May 18 19:16:55 2010 +0000
1.2 +++ b/Hardware/CPU/AMD10CPU.cs Thu May 20 21:23:54 2010 +0000
1.3 @@ -87,7 +87,7 @@
1.4 coreTemperature = new Sensor(
1.5 "Core" + (coreCount > 1 ? " #1 - #" + coreCount : ""), 0, null,
1.6 SensorType.Temperature, this, new ParameterDescription[] {
1.7 - new ParameterDescription("Offset", "Temperature offset.", 0)
1.8 + new ParameterDescription("Offset [°C]", "Temperature offset.", 0)
1.9 });
1.10
1.11 pciAddress = WinRing0.FindPciDeviceById(PCI_AMD_VENDOR_ID,