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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/components/motor/MotorController.h b/src/components/motor/MotorController.h
index 2f2e0343..df61af78 100644
--- a/src/components/motor/MotorController.h
+++ b/src/components/motor/MotorController.h
@@ -9,14 +9,14 @@ namespace Pinetime {
static constexpr uint8_t pinMotor = 16;
class MotorController {
- public:
- MotorController( Controllers::Settings &settingsController );
- void Init();
- void SetDuration(uint8_t motorDuration);
+ public:
+ MotorController(Controllers::Settings& settingsController);
+ void Init();
+ void SetDuration(uint8_t motorDuration);
- private:
- Controllers::Settings& settingsController;
- static void vibrate(void * p_context);
+ private:
+ Controllers::Settings& settingsController;
+ static void vibrate(void* p_context);
};
}
}