shakewake: Fix names according to style guide
This commit is contained in:
parent
ada182336f
commit
f993311830
4 changed files with 17 additions and 17 deletions
|
|
@ -470,7 +470,7 @@ void SystemTask::UpdateMotion() {
|
|||
if ((settingsController.isWakeUpModeOn(Pinetime::Controllers::Settings::WakeUpMode::RaiseWrist) &&
|
||||
motionController.Should_RaiseWake(state == SystemTaskState::Sleeping)) ||
|
||||
(settingsController.isWakeUpModeOn(Pinetime::Controllers::Settings::WakeUpMode::Shake) &&
|
||||
motionController.Should_ShakeWake(settingsController.GetShakeThreshold()))) {
|
||||
motionController.ShouldShakeWake(settingsController.GetShakeThreshold()))) {
|
||||
GoToRunning();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue