diff options
Diffstat (limited to 'src/components/timer/Timer.h')
| -rw-r--r-- | src/components/timer/Timer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/timer/Timer.h b/src/components/timer/Timer.h index a99f6c4d..d43c7970 100644 --- a/src/components/timer/Timer.h +++ b/src/components/timer/Timer.h @@ -25,6 +25,8 @@ namespace Pinetime { bool IsRunning(); + void ResetExpiredTime(); + private: TimerHandle_t timer; TickType_t expiry; |
