diff options
| author | Stephanie <eng.steph@gmail.com> | 2021-10-23 17:41:10 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2021-12-30 20:51:43 (GMT) |
| commit | a65f173e3c63730c7db3c29bf44e538773971dc7 (patch) | |
| tree | ed56c9fc3871fed78ad7c01ff160541a8763d35b /src/components/motion/MotionController.h | |
| parent | 7eff1dbcc631c41e05b372e993383be3554f348c (diff) | |
Renamed confusing variables and general cleanup
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 17bdc52..3de03d1 100644 --- a/src/components/motion/MotionController.h +++ b/src/components/motion/MotionController.h @@ -51,7 +51,6 @@ namespace Pinetime { private: uint32_t nbSteps; - int32_t deltaSteps = 0; uint32_t currentTripSteps = 0; int16_t x; int16_t y; |
