summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.cpp
diff options
context:
space:
mode:
authorFlorian Kraupa <fgrauper@gmail.com>2021-05-13 00:35:36 +0200
committerFlorian Kraupa <fgrauper@gmail.com>2021-05-16 00:42:31 +0200
commit56af4a0b830cd93ff12753042cdf105b65d0bcc8 (patch)
treedad7be3a94fd3640e29c0e49c5de812afcce3d99 /src/systemtask/SystemTask.cpp
parent5da65494b3da1a69d08f7b7e6c5242f6ce666e32 (diff)
cleaned up the code and reduced the size of the diff by removing things like additional whitespaces
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 2b5e7bbb..24fe4f4c 100644
--- a/src/systemtask/SystemTask.cpp
+++ b/src/systemtask/SystemTask.cpp
@@ -228,7 +228,7 @@ void SystemTask::Work() {
if (notificationManager.GetLastNotification().category == Controllers::NotificationManager::Categories::IncomingCall) {
motorController.startRunning(500);
} else {
- motorController.RunForDuration(35);
+ motorController.runForDuration(35);
}
displayApp->PushMessage(Pinetime::Applications::Display::Messages::NewNotification);
break;