now compiling

This commit is contained in:
Johannes Wendel
2019-06-18 14:54:09 +02:00
parent 44432bec85
commit 88270082c4
6 changed files with 72 additions and 39 deletions

View File

@@ -70,6 +70,11 @@ std::string Display::get_content() const
return this->content;
}
uint8_t Display::get_address() const
{
return this->address;
}
}
}
}