nearly compiling
This commit is contained in:
@@ -21,7 +21,7 @@ namespace detail
|
||||
{
|
||||
|
||||
Flipper::Flipper(std::shared_ptr<DriverBoardPinController> pin_controller, uint8_t address, std::string name) :
|
||||
DriverBoardItem(pin_controller, address, name)
|
||||
Item(std::move(name)), DriverBoardItem(address), pin_controller(std::move(pin_controller))
|
||||
{
|
||||
CLOG(INFO, OUTPUT_LOGGER) << "Created Flipper relay " << this->name << " with address " << this->address;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user