[AX25] Replaced constant with macro

pull/239/head
jgromes 2020-09-12 13:41:45 +02:00
rodzic 38b3f33c82
commit b337b5e22f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -406,7 +406,7 @@ int16_t AX25Client::sendFrame(AX25Frame* frame) {
} else {
_audio->tone(AX25_AFSK_SPACE, false);
}
while(Module::micros() - start < 833) {
while(Module::micros() - start < AX25_AFSK_TONE_DURATION) {
Module::yield();
}
}