diff options
Diffstat (limited to 'src/components/timer/TimerController.h')
| -rw-r--r-- | src/components/timer/TimerController.h | 1 |
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); |
