small fix

This commit is contained in:
lhodges1 2024-01-23 00:21:51 +11:00
parent 4dc55a4592
commit 51faa685ba

View file

@ -3,7 +3,7 @@
#include "../common.h"
#include "../helper.h"
dispatcher::timer::timer() { LOG_INFO("constructor"); }
dispatcher::timer::timer() { this->active_callbacks = 0; }
dispatcher::timer::~timer() {}