Serial-over-TCP: Receive wasn't setting the ASIC's Status register's interrupt bit. (Fix #308)
This commit is contained in:
parent
792a79bb00
commit
7e38429766
1 changed files with 1 additions and 0 deletions
|
@ -401,6 +401,7 @@ void CSuperSerialCard::CommTcpSerialReceive()
|
|||
if (m_bRxIrqEnabled && !m_qTcpSerialBuffer.empty())
|
||||
{
|
||||
CpuIrqAssert(IS_SSC);
|
||||
m_vbRxIrqPending = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue