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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/motor/MotorController.h b/src/components/motor/MotorController.h
index be076ad4..5daeb8ce 100644
--- a/src/components/motor/MotorController.h
+++ b/src/components/motor/MotorController.h
@@ -12,7 +12,7 @@ namespace Pinetime {
public:
MotorController(Controllers::Settings& settingsController);
void Init();
- void RunForDuration(uint8_t motorDuration);
+ void runForDuration(uint8_t motorDuration);
void startRunning(uint8_t motorDuration);
void stopRunning();