diff options
Diffstat (limited to 'src/components/timer/TimerController.cpp')
| -rw-r--r-- | src/components/timer/TimerController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timer/TimerController.cpp b/src/components/timer/TimerController.cpp index fa00d3c..9802ded 100644 --- a/src/components/timer/TimerController.cpp +++ b/src/components/timer/TimerController.cpp @@ -15,7 +15,7 @@ namespace { } } -void Init(System::SystemTask* systemTask) { +void TimerController::Init(System::SystemTask* systemTask) { this->systemTask = systemTask; timerAppTimer = xTimerCreate("timerAppTm", 1, pdFALSE, this, TimerEnd); } |
