1.1 --- a/Hardware/CPU/IntelCPU.cs Tue May 18 19:16:55 2010 +0000
1.2 +++ b/Hardware/CPU/IntelCPU.cs Thu May 20 21:23:54 2010 +0000
1.3 @@ -175,10 +175,10 @@
1.4 coreTemperatures[i] = new Sensor(CoreString(i), i, tjMax[i],
1.5 SensorType.Temperature, this, new ParameterDescription[] {
1.6 new ParameterDescription(
1.7 - "TjMax", "TjMax temperature of the core.\n" +
1.8 + "TjMax [°C]", "TjMax temperature of the core.\n" +
1.9 "Temperature = TjMax - TSlope * Value.", tjMax[i]),
1.10 - new ParameterDescription(
1.11 - "TSlope", "Temperature slope of the digital thermal sensor.\n" +
1.12 + new ParameterDescription("TSlope [°C]",
1.13 + "Temperature slope of the digital thermal sensor.\n" +
1.14 "Temperature = TjMax - TSlope * Value.", 1)});
1.15 }
1.16 } else {