SystemTask: Move MotorController to DisplayApp
Vibrations should be associated with something happening on the UI. Therefore SystemTask should not be controlling the motor.
This commit is contained in:
parent
255b07094b
commit
5ab255b26b
9 changed files with 25 additions and 27 deletions
|
|
@ -104,5 +104,4 @@ void AlarmController::StopAlerting() {
|
|||
// set next instance
|
||||
ScheduleAlarm();
|
||||
}
|
||||
systemTask->PushMessage(System::Messages::StopRinging);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue