From c15cb12a75cdc0e190a76ffa94f88c0ec06eec41 Mon Sep 17 00:00:00 2001 From: azw Date: Fri, 14 Apr 2023 07:17:15 +0000 Subject: [PATCH] 1 --- f8/timer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/f8/timer.h b/f8/timer.h index e3e0b61..71a1db0 100644 --- a/f8/timer.h +++ b/f8/timer.h @@ -9,6 +9,7 @@ namespace f8 { public: TimerWp(a8::XTimerWp wp): p_(wp) {}; + TimerWp() {}; bool expired() { return p_.expired();}; auto lock() { return p_.lock(); };