* 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 5ac5065045
commit 0fa9396479
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -723,8 +723,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();