1
0
Fork 0

Fixes unintentional passthrough on tx_thread state machine

This commit is contained in:
Shawn Nock 2019-07-18 11:54:23 -04:00
parent 8a8e0ca469
commit b0d6659517
1 changed files with 1 additions and 0 deletions

View File

@ -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");