fixes the missing processRx() in loop()

This commit is contained in:
Marco Scholl 2024-03-30 06:58:18 +01:00
parent cf1b6bc7ac
commit 6884734cc3
No known key found for this signature in database

View File

@ -874,7 +874,7 @@ void TpUartDataLinkLayer::loop()
_tpState = 0;
}
// processRx();
processRx();
#ifdef USE_TP_RX_QUEUE
processRxQueue();
#endif