Fixing two errores with networking

This commit is contained in:
Johannes Wendel
2019-10-28 16:38:33 +01:00
parent 2161b16fa1
commit 5032527ddc
5 changed files with 21 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ namespace detail
SoundBoardPinController::SoundBoardPinController(std::shared_ptr<std::mutex> output_item_mutex,
const uint8_t &fire_address) :
output_item_mutex(std::move(output_item_mutex)),
output_item_mutex(output_item_mutex),
fire_address(fire_address)
{
CLOG(INFO, OUTPUT_LOGGER) << "Created SoundBoardPinController";