From b0d665951760686bb5a0869d9ab64d208b77f291 Mon Sep 17 00:00:00 2001 From: Shawn Nock Date: Thu, 18 Jul 2019 11:54:23 -0400 Subject: [PATCH] Fixes unintentional passthrough on tx_thread state machine --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 9c7a01e..c6a8dcf 100644 --- a/src/main.c +++ b/src/main.c @@ -621,6 +621,7 @@ static void tx_thread(void) h5_send_sync(); LOG_DBG("Autonomous SYNC"); k_sleep(250); + break; case INIT: h5_send_config(); LOG_DBG("Autonomous CONFIG");