From 8a8e0ca469e60383632a508ebcb2f96e5b1e59c8 Mon Sep 17 00:00:00 2001 From: Shawn Nock Date: Thu, 18 Jul 2019 11:35:04 -0400 Subject: [PATCH] Log tx_thread link packets --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.c b/src/main.c index 50a24e2..9c7a01e 100644 --- a/src/main.c +++ b/src/main.c @@ -607,6 +607,8 @@ next: static void h5_send_sync(void); static void h5_send_config(void); + + static void tx_thread(void) { LOG_DBG("TX Thread is alive.");