summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-15 11:10:42 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-04-16 12:16:03 (GMT)
commit9f682f4132a71ca1fef0b567b1334031df382abb (patch)
treeb76a59df388e507969b7d13ecd6ed4455af76c88 /src/components
parent2e367ec0aea857a1aee7306a2de893f96a60f2df (diff)
remove app timer, with the exception of header, to keep APP_TIMER_TICKS definition.
Diffstat (limited to 'src/components')
-rw-r--r--src/components/alarm/AlarmController.cpp2
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();