mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Add optional clocking for the displays.
This commit is contained in:
parent
05a750bf60
commit
90772a2a9b
4 changed files with 14 additions and 0 deletions
|
|
@ -189,4 +189,10 @@ void CDisplay::clock(unsigned int ms)
|
|||
m_timer2.stop();
|
||||
}
|
||||
}
|
||||
|
||||
clockInt(ms);
|
||||
}
|
||||
|
||||
void CDisplay::clockInt(unsigned int ms)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue