From 2575e973a0037fcc5d3465fcddec9b3a403d5f81 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Sat, 10 Oct 2020 12:15:38 +0100 Subject: [PATCH] cpu: ys i know --- src/bin/system/machine/cpu.bogox | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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