diff options
-rw-r--r-- | thermal/thermal.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/thermal/thermal.c b/thermal/thermal.c index 9bef5b0..75d0e46 100644 --- a/thermal/thermal.c +++ b/thermal/thermal.c @@ -32,9 +32,9 @@ #define TEMPERATURE_FILE_FORMAT "/sys/class/thermal/thermal_zone%d/temp" #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online" -#define BATTERY_SENSOR_NUM 29 -#define GPU_SENSOR_NUM 14 -#define SKIN_SENSOR_NUM 24 +#define BATTERY_SENSOR_NUM 21 +#define GPU_SENSOR_NUM 18 +#define SKIN_SENSOR_NUM 2 const int CPU_SENSORS[] = {4, 6, 9, 11}; |