Fixing two errores with networking
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user