From 0fa9396479888d4d1f91efda3dc7bd8defa0f947 Mon Sep 17 00:00:00 2001 From: David Freese Date: Sat, 13 Oct 2012 16:25:23 -0500 Subject: [PATCH] TLF arq * Restored use of gmfsk_autosend file for TLF. - requested by new TLF maintainer, Tom Beierlein, DL1JBE --- src/misc/arq_io.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/misc/arq_io.cxx b/src/misc/arq_io.cxx index 4f14b066..d5da95f2 100644 --- a/src/misc/arq_io.cxx +++ b/src/misc/arq_io.cxx @@ -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();