diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-26 03:11:04 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-26 03:25:17 (GMT) |
| commit | 8b7bbf4b84a008e42a0ebba8af316690af696d5b (patch) | |
| tree | 21bcfb4f4da4b3f6b3ebb21d6dd85f080f8cecd3 /src/components/motion/MotionController.h | |
| parent | 1589e31b71b0f45eebd6fb95b53248a156821abb (diff) | |
compactify app list
Diffstat (limited to 'src/components/motion/MotionController.h')
| -rw-r--r-- | src/components/motion/MotionController.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/motion/MotionController.h b/src/components/motion/MotionController.h index f80b11b..5385658 100644 --- a/src/components/motion/MotionController.h +++ b/src/components/motion/MotionController.h @@ -2,7 +2,6 @@ #include <cstdint> #include <drivers/Bma421.h> -#include <components/ble/MotionService.h> namespace Pinetime { namespace Controllers { @@ -49,7 +48,6 @@ namespace Pinetime { } void Init(Pinetime::Drivers::Bma421::DeviceTypes types); - void SetService(Pinetime::Controllers::MotionService* service); private: uint32_t nbSteps; @@ -60,7 +58,6 @@ namespace Pinetime { int16_t lastYForWakeUp = 0; bool isSensorOk = false; DeviceTypes deviceType = DeviceTypes::Unknown; - Pinetime::Controllers::MotionService* service = nullptr; int16_t lastXForShake = 0; int16_t lastYForShake = 0; |
