typo in comment

This commit is contained in:
celso 2022-11-22 22:17:30 -03:00
parent 0bc6856941
commit 01c0f33329
1 changed files with 1 additions and 1 deletions

View File

@ -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]);