Merge pull request #608 from nonoo/master

Fix warning caused by commit ac1cb518b0
pull/614/head
Michael Black 2021-03-15 10:28:08 -05:00 zatwierdzone przez GitHub
commit 62402d1b15
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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++)
{