Skip to content

Commit

Permalink
Declare Event::clear_user() static
Browse files Browse the repository at this point in the history
#106 related
  • Loading branch information
MCUdude committed Jan 21, 2021
1 parent ae9a50e commit 5147ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megaavr/libraries/Event/src/Event.h
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ class Event
void set_generator(uint8_t generator);
uint8_t get_generator();
void set_user(user::user_t event_user);
void clear_user(user::user_t event_user);
static void clear_user(user::user_t event_user);
void soft_event();
void start(bool state = true);
void stop();
Expand Down

0 comments on commit 5147ce3

Please sign in to comment.