diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-17 08:21:42 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-17 08:21:42 (GMT) |
| commit | d73be76905c131c9d459cbb4e44be4bfc87dfddb (patch) | |
| tree | d1a1b09c9757e8cbbe0d381dbc60baf9d8451192 /src/components/timer/TimerController.cpp | |
| parent | 3e5fddede322814c2fea7634c1bf0d5f93bae315 (diff) | |
Simplify MotorController timer code
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); } |
