summaryrefslogtreecommitdiff
path: root/src/components/motion
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/motion')
-rw-r--r--src/components/motion/MotionController.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/motion/MotionController.h b/src/components/motion/MotionController.h
index f9c285e..bd925cc 100644
--- a/src/components/motion/MotionController.h
+++ b/src/components/motion/MotionController.h
@@ -13,10 +13,6 @@ namespace Pinetime {
BMA421,
BMA425,
};
- enum class WakeUpMode : uint8_t {
- RaiseWrist = 0,
- Shake,
- };
void Update(int16_t x, int16_t y, int16_t z, uint32_t nbSteps);