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 4662a8da..df61af78 100644
--- a/src/components/motor/MotorController.h
+++ b/src/components/motor/MotorController.h
@@ -9,12 +9,12 @@ namespace Pinetime {
static constexpr uint8_t pinMotor = 16;
class MotorController {
- public:
+ public:
MotorController(Controllers::Settings& settingsController);
void Init();
void SetDuration(uint8_t motorDuration);
- private:
+ private:
Controllers::Settings& settingsController;
static void vibrate(void* p_context);
};