* Restored use of gmfsk_autosend file for TLF.
    - requested by new TLF maintainer, Tom Beierlein, DL1JBE
pull/1/head
David Freese 2012-10-13 16:25:23 -05:00
rodzic d85631b5e0
commit 03664479f7
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -725,8 +725,8 @@ static void *arq_loop(void *args)
if (!Socket_arqRx())
if (!SysV_arqRx())
WRAP_auto_arqRx();
// if (!WRAP_auto_arqRx())
// TLF_arqRx();
if (!WRAP_auto_arqRx())
TLF_arqRx();
#else
if (!Socket_arqRx())
WRAP_auto_arqRx();