summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
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();