typo in comment
This commit is contained in:
parent
0bc6856941
commit
01c0f33329
|
@ -219,7 +219,7 @@ int main(int argc, char** argv){
|
||||||
changespeed(THREADS, steps[curstep]);
|
changespeed(THREADS, steps[curstep]);
|
||||||
timepassed = 0;
|
timepassed = 0;
|
||||||
}
|
}
|
||||||
/* check if current temp is lower than min and step down */
|
/* check if current temp is lower than min and step up */
|
||||||
if (temperature <= mintemp && curstep > 0){
|
if (temperature <= mintemp && curstep > 0){
|
||||||
curstep--;
|
curstep--;
|
||||||
changespeed(THREADS, steps[curstep]);
|
changespeed(THREADS, steps[curstep]);
|
||||||
|
|
Loading…
Reference in New Issue