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