Hopefully fix limited range warning

half-duplex
Phil Taylor 2022-04-26 08:45:57 +01:00
rodzic 49d1cc085a
commit 8fc9c48d5c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -307,7 +307,7 @@ void usbController::runTimer()
//qInfo() << "Shuttle PLUS" << shutMult;
}
else if (shutpos <= 0xff && shutpos >= 0xf0) {
else if (shutpos >= 0xf0) {
shutMult = abs(shutpos - 0xff) + 1;
emit doShuttle(false, shutMult);
//qInfo() << "Shuttle MINUS" << shutMult;