Update _loraModem.ino

avoid compiler error when DUSB==0
pull/61/head
nicolasimeoni 2019-03-21 01:37:57 +01:00 zatwierdzone przez GitHub
rodzic bf97a1f2d3
commit 26dbea960b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -644,6 +644,7 @@ void loraWait(const uint32_t timestamp)
Serial.print(LoraDown.sfTx);
}
#endif
break; // to avoid compiler error when DUSB==0
}
tmst = tmst + txDelay + adjust; // tmst based on txDelay and spreading factor
uint32_t waitTime = tmst - micros();