cpu: ys i know

This commit is contained in:
Alastair Poole 2020-10-10 12:15:38 +01:00
parent 3525063226
commit 2575e973a0
1 changed files with 3 additions and 1 deletions

View File

@ -383,7 +383,9 @@ int
system_cpu_temperature_min_max_get(int *min, int *max)
{
*min = 20;
*max = 120;
*max = 100;
return 0;
}
int