compiling'

This commit is contained in:
Jonas Zeunert
2018-12-04 18:13:44 +01:00
parent f03fe500db
commit 8557a22607
5 changed files with 15 additions and 13 deletions

View File

@@ -141,5 +141,10 @@ void OutputGPIOInterface::fire_sound(bool fire)
GPIOInterface::write_pin(pins_sound["fire"], fire);
}
void OutputGPIOInterface::write_display(std::shared_ptr<output::items::IDisplay> display)
{
return;
}
}
}