Fixes unintentional passthrough on tx_thread state machine
This commit is contained in:
parent
8a8e0ca469
commit
b0d6659517
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue