Fixed linking error
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
using namespace std::chrono_literals;
|
using namespace std::chrono_literals;
|
||||||
|
|
||||||
#if defined(FEATURE_CAN) && defined(FEATURE_POWERSUPPLY)
|
|
||||||
void ConfiscationDisplay::start()
|
void ConfiscationDisplay::start()
|
||||||
{
|
{
|
||||||
Base::start();
|
Base::start();
|
||||||
@@ -114,4 +113,3 @@ std::string ConfiscationDisplay::text() const
|
|||||||
{
|
{
|
||||||
return "Explosions-Modus";
|
return "Explosions-Modus";
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
Reference in New Issue
Block a user