This commit is contained in:
zhouhuang 2024-12-27 13:30:46 +08:00
parent e2440a72b2
commit 8a36b7cf9b

View File

@ -967,6 +967,7 @@ BOOLEAN CHostADSBFProcess::OnTimer(void)
last_sec = system32.timers; last_sec = system32.timers;
sec_changed = TRUE; sec_changed = TRUE;
} }
FeedDog();
if (sec_changed) if (sec_changed)
{ {
if (m_turbine == NULL) if (m_turbine == NULL)
@ -1021,7 +1022,6 @@ BOOLEAN CHostADSBFProcess::OnTimer(void)
} }
} }
readRealData(); readRealData();
FeedDog();
} }
return TRUE; return TRUE;
} }