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

@@ -68,6 +68,10 @@ void CNullDisplay::clearFusionInt()
{
}
void CNullDisplay::writeCWInt()
{
}
void CNullDisplay::close()
{
}