From e55a76f740561378479eda5ff8c32e09db9f1693 Mon Sep 17 00:00:00 2001 From: Finlay Davidson Date: Sun, 5 Mar 2023 15:34:03 +0100 Subject: raisewake: Change names in line with the style guide --- src/components/motion/MotionController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/motion/MotionController.h') diff --git a/src/components/motion/MotionController.h b/src/components/motion/MotionController.h index fce8b53f..eb8d04aa 100644 --- a/src/components/motion/MotionController.h +++ b/src/components/motion/MotionController.h @@ -44,7 +44,7 @@ namespace Pinetime { } bool ShouldShakeWake(uint16_t thresh); - bool Should_RaiseWake(bool isSleeping); + bool ShouldRaiseWake(bool isSleeping); int32_t CurrentShakeSpeed() const { return accumulatedSpeed; @@ -76,7 +76,7 @@ namespace Pinetime { TickType_t time = 0; int16_t x = 0; - int16_t lastYForWakeUp = 0; + int16_t lastYForRaiseWake = 0; int16_t lastY = 0; int16_t y = 0; int16_t lastZ = 0; -- cgit v1.2.3-70-g09d2