diff --git a/src/bin/system/machine/cpu.bogox b/src/bin/system/machine/cpu.bogox index 49c93e4..92606c6 100644 --- a/src/bin/system/machine/cpu.bogox +++ b/src/bin/system/machine/cpu.bogox @@ -383,7 +383,9 @@ int system_cpu_temperature_min_max_get(int *min, int *max) { *min = 20; - *max = 120; + *max = 100; + + return 0; } int