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
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A
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);