diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-15 11:10:42 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-16 12:16:03 (GMT) |
| commit | 9f682f4132a71ca1fef0b567b1334031df382abb (patch) | |
| tree | b76a59df388e507969b7d13ecd6ed4455af76c88 /src/components/alarm/AlarmController.cpp | |
| parent | 2e367ec0aea857a1aee7306a2de893f96a60f2df (diff) | |
remove app timer, with the exception of header, to keep APP_TIMER_TICKS definition.
Diffstat (limited to 'src/components/alarm/AlarmController.cpp')
| -rw-r--r-- | src/components/alarm/AlarmController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/alarm/AlarmController.cpp b/src/components/alarm/AlarmController.cpp index 6e93f6d..0a2231f 100644 --- a/src/components/alarm/AlarmController.cpp +++ b/src/components/alarm/AlarmController.cpp @@ -61,7 +61,7 @@ void AlarmController::RescheduleAlarm() { } void AlarmController::ScheduleAlarm() { - // Determine the next time the alarm needs to go off and set the app_timer + // Determine the next time the alarm needs to go off and set the timer xTimerStop(alarmAppTimer, 0); auto now = dateTimeController.CurrentDateTime(); |
