dunno
This commit is contained in:
@@ -9,7 +9,7 @@ namespace flippR_driver
|
||||
namespace input
|
||||
{
|
||||
|
||||
DistributingEvent::DistributingEvent(char address, int priority, std::string name,
|
||||
DistributingEvent::DistributingEvent(uint8_t address, int priority, std::string name,
|
||||
std::chrono::milliseconds bounce_time, std::shared_ptr<EventNotifier> event_notifier)
|
||||
:
|
||||
Event(address, priority, std::move(name)),
|
||||
|
||||
Reference in New Issue
Block a user