diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2025-06-28 20:07:25 +0100 |
|---|---|---|
| committer | mark9064 <30447455+mark9064@users.noreply.github.com> | 2025-10-15 17:36:02 +0100 |
| commit | 7ea36e8cacaab1406809851c6234cae61287fc17 (patch) | |
| tree | 0c53b33ff34c97a6a012a0c787559f031473649d /src/components/motion/MotionController.h | |
| parent | 90e458b00075955f5fe459f4f9f965d9ddf9d11c (diff) | |
Unconditionally calculate shake speed
Diffstat (limited to 'src/components/motion/MotionController.h')
| -rw-r--r-- | src/components/motion/MotionController.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/motion/MotionController.h b/src/components/motion/MotionController.h index be0241d3..ad95f31f 100644 --- a/src/components/motion/MotionController.h +++ b/src/components/motion/MotionController.h @@ -44,7 +44,6 @@ namespace Pinetime { return currentTripSteps; } - bool ShouldShakeWake(uint16_t thresh); bool ShouldRaiseWake() const; bool ShouldLowerSleep() const; |
