Add functions to NullDisplay and TFTSerial

This commit is contained in:
phl0 2016-09-15 13:57:07 +02:00
parent 7246fde0ec
commit 11a1ccf2bb
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A
4 changed files with 12 additions and 0 deletions

View file

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