mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-05 06:05:42 +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