Add functions to Display.cpp and .h

This commit is contained in:
phl0
2016-09-15 11:50:35 +02:00
parent 7daa0b9c15
commit 7246fde0ec
2 changed files with 9 additions and 0 deletions

View File

@@ -155,6 +155,11 @@ void CDisplay::clearFusion()
}
}
void CDisplay::writeCW()
{
writeCWInt();
}
void CDisplay::clock(unsigned int ms)
{
m_timer1.clock(ms);