summaryrefslogtreecommitdiff
path: root/src/components/motor/MotorController.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/motor/MotorController.h')
-rw-r--r--src/components/motor/MotorController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/motor/MotorController.h b/src/components/motor/MotorController.h
index 3c6cbd2..6dea6d1 100644
--- a/src/components/motor/MotorController.h
+++ b/src/components/motor/MotorController.h
@@ -19,8 +19,8 @@ namespace Pinetime {
private:
static void Ring(TimerHandle_t xTimer);
static void StopMotor(TimerHandle_t xTimer);
- TimerHandle_t shortVibTimer;
- TimerHandle_t longVibTimer;
+ TimerHandle_t shortVib;
+ TimerHandle_t longVib;
};
}
}