Fix warning caused by commit ac1cb518b0

pull/608/head
Nonoo 2021-03-15 16:21:10 +01:00
rodzic d66e0b9807
commit a4d14e6f92
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -56,7 +56,7 @@ int RotINDIClient::setSpeed(int speedPercent)
speedPercent = 100;
}
int speed = DIV_ROUND_UP(speedPercent, 10);
unsigned int speed = DIV_ROUND_UP(speedPercent, 10);
for (unsigned int i = 1; i <= 10; i++)
{