mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Add optional clocking for the displays.
This commit is contained in:
@@ -189,4 +189,10 @@ void CDisplay::clock(unsigned int ms)
|
||||
m_timer2.stop();
|
||||
}
|
||||
}
|
||||
|
||||
clockInt(ms);
|
||||
}
|
||||
|
||||
void CDisplay::clockInt(unsigned int ms)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user