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();
|
h5_send_sync();
|
||||||
LOG_DBG("Autonomous SYNC");
|
LOG_DBG("Autonomous SYNC");
|
||||||
k_sleep(250);
|
k_sleep(250);
|
||||||
|
break;
|
||||||
case INIT:
|
case INIT:
|
||||||
h5_send_config();
|
h5_send_config();
|
||||||
LOG_DBG("Autonomous CONFIG");
|
LOG_DBG("Autonomous CONFIG");
|
||||||
|
|
Loading…
Reference in New Issue