summaryrefslogtreecommitdiff
path: root/src/components/timer/TimerController.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/timer/TimerController.h')
-rw-r--r--src/components/timer/TimerController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/timer/TimerController.h b/src/components/timer/TimerController.h
index cdd78ec..b1b8d3c 100644
--- a/src/components/timer/TimerController.h
+++ b/src/components/timer/TimerController.h
@@ -28,6 +28,7 @@ namespace Pinetime {
}
void OnTimerEnd();
+
protected:
friend class Pinetime::System::SystemTask;
void Init(System::SystemTask* systemTask);