Add optional clocking for the displays.

This commit is contained in:
Jonathan Naylor
2016-05-21 12:28:09 +01:00
parent 05a750bf60
commit 90772a2a9b
4 changed files with 14 additions and 0 deletions

View File

@@ -189,4 +189,10 @@ void CDisplay::clock(unsigned int ms)
m_timer2.stop();
}
}
clockInt(ms);
}
void CDisplay::clockInt(unsigned int ms)
{
}