summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.cpp
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-06-10 10:50:49 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-06-10 10:50:49 (GMT)
commitb0aadd14e6867b80f7357d4e162180aa9d9ba075 (patch)
tree8f02285d8384fa30102d31086b5c21d190230da1 /src/systemtask/SystemTask.cpp
parentb72a3ed87d9797f7746d6fbdb348972401e4414b (diff)
Revert "Integrate hatmajster's timer code"
This reverts commit b72a3ed87d9797f7746d6fbdb348972401e4414b.
Diffstat (limited to 'src/systemtask/SystemTask.cpp')
-rw-r--r--src/systemtask/SystemTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemtask/SystemTask.cpp b/src/systemtask/SystemTask.cpp
index 775106f..3353a45 100644
--- a/src/systemtask/SystemTask.cpp
+++ b/src/systemtask/SystemTask.cpp
@@ -305,7 +305,7 @@ void SystemTask::Work() {
if (state == SystemTaskState::Sleeping) {
GoToRunning();
}
- motorController.StartRinging();
+ motorController.RunForDuration(35);
displayApp.PushMessage(Pinetime::Applications::Display::Messages::TimerDone);
break;
case Messages::SetOffAlarm: