aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtask/Messages.h
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2023-02-25 10:25:38 +0200
committerRiku Isokoski <riksu9000@gmail.com>2023-02-25 12:15:00 +0200
commit5ab255b26b4f23ca4b6fab2a660f8cf55fcda48b (patch)
tree8f16b35829065bd633935f4e29d41843f0ef10f8 /src/systemtask/Messages.h
parent255b07094b949b695829080c4709656d741d881b (diff)
SystemTask: Move MotorController to DisplayApp
Vibrations should be associated with something happening on the UI. Therefore SystemTask should not be controlling the motor.
Diffstat (limited to 'src/systemtask/Messages.h')
-rw-r--r--src/systemtask/Messages.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systemtask/Messages.h b/src/systemtask/Messages.h
index b7fee8a5..9679bbb5 100644
--- a/src/systemtask/Messages.h
+++ b/src/systemtask/Messages.h
@@ -27,7 +27,6 @@ namespace Pinetime {
OnChargingEvent,
OnPairing,
SetOffAlarm,
- StopRinging,
MeasureBatteryTimerExpired,
BatteryPercentageUpdated,
LowBattery,