This commit is contained in:
zhouhuang 2024-12-16 11:00:22 +08:00
parent e7b58121bd
commit 5c07426f4c

View File

@ -967,6 +967,7 @@ BOOLEAN CHostADSBFProcess::OnTimer(void)
{
if (m_turbine == NULL)
{
vLog(LOG_DEBUG, "%s not connected.\n", m_pidName.c_str());
if ((m_apdu_t0_begin + 20) < system32.timers)
{
m_apdu_t0_begin = system32.timers;