diff options
| author | Stephanie <eng.steph@gmail.com> | 2021-10-31 15:53:13 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2021-12-30 20:51:43 (GMT) |
| commit | e0013e730448f4dc142e3610f970f22c807ac41e (patch) | |
| tree | 2c887bf1c649f23460e7258fefb6938017bff27f /src/components/motion/MotionController.h | |
| parent | a65f173e3c63730c7db3c29bf44e538773971dc7 (diff) | |
Ran clang-format
Diffstat (limited to 'src/components/motion/MotionController.h')
| -rw-r--r-- | src/components/motion/MotionController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/motion/MotionController.h b/src/components/motion/MotionController.h index 3de03d1..3eac717 100644 --- a/src/components/motion/MotionController.h +++ b/src/components/motion/MotionController.h @@ -8,7 +8,7 @@ namespace Pinetime { namespace Controllers { class MotionController { public: - enum class DeviceTypes{ + enum class DeviceTypes { Unknown, BMA421, BMA425, @@ -28,7 +28,7 @@ namespace Pinetime { uint32_t NbSteps() const { return nbSteps; } - + void ResetTrip() { currentTripSteps = 0; } |
