mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Improve timing within the protocol engines.
This commit is contained in:
@@ -94,7 +94,7 @@ unsigned int CDMRControl::readModemSlot2(unsigned char *data)
|
||||
return m_slot2.readModem(data);
|
||||
}
|
||||
|
||||
void CDMRControl::clock(unsigned int ms)
|
||||
void CDMRControl::clock()
|
||||
{
|
||||
if (m_network != NULL) {
|
||||
CDMRData data;
|
||||
@@ -109,6 +109,6 @@ void CDMRControl::clock(unsigned int ms)
|
||||
}
|
||||
}
|
||||
|
||||
m_slot1.clock(ms);
|
||||
m_slot2.clock(ms);
|
||||
m_slot1.clock();
|
||||
m_slot2.clock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user