summaryrefslogtreecommitdiff
path: root/src/components/alarm/AlarmController.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-06-07 06:26:40 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-06-07 06:26:40 (GMT)
commit7c4af375d84ed64e04147805f1a9f5d1d47cf573 (patch)
treecdcbceecda158c9b0ce4d22593d7252f28bfd1bd /src/components/alarm/AlarmController.h
parente386e4f27fbea137c81fac19b38a01bddedfc83d (diff)
s/alarmAppTimer/alarmTimer/
Diffstat (limited to 'src/components/alarm/AlarmController.h')
-rw-r--r--src/components/alarm/AlarmController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/alarm/AlarmController.h b/src/components/alarm/AlarmController.h
index 6ad220f..a4f0c67 100644
--- a/src/components/alarm/AlarmController.h
+++ b/src/components/alarm/AlarmController.h
@@ -64,7 +64,7 @@ namespace Pinetime {
private:
Controllers::DateTime& dateTimeController;
System::SystemTask* systemTask = nullptr;
- TimerHandle_t alarmAppTimer;
+ TimerHandle_t alarmTimer;
uint8_t hours = 7;
uint8_t minutes = 0;
std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds> alarmTime;