diff --git a/source/SerialComms.cpp b/source/SerialComms.cpp index 030b232b..7a531e85 100644 --- a/source/SerialComms.cpp +++ b/source/SerialComms.cpp @@ -401,6 +401,7 @@ void CSuperSerialCard::CommTcpSerialReceive() if (m_bRxIrqEnabled && !m_qTcpSerialBuffer.empty()) { CpuIrqAssert(IS_SSC); + m_vbRxIrqPending = true; } } }