Add functions to NullDisplay and TFTSerial

This commit is contained in:
phl0
2016-09-15 13:57:07 +02:00
parent 7246fde0ec
commit 11a1ccf2bb
4 changed files with 12 additions and 0 deletions

View File

@@ -311,6 +311,10 @@ void CTFTSerial::clearFusionInt()
displayText(" ");
}
void CTFTSerial::writeCWInt()
{
}
void CTFTSerial::close()
{
m_serial.close();