diff options
| author | Florian Kraupa <fgrauper@gmail.com> | 2021-05-12 22:35:36 (GMT) |
|---|---|---|
| committer | Florian Kraupa <fgrauper@gmail.com> | 2021-05-15 22:42:31 (GMT) |
| commit | 56af4a0b830cd93ff12753042cdf105b65d0bcc8 (patch) | |
| tree | dad7be3a94fd3640e29c0e49c5de812afcce3d99 /src/components/motor/MotorController.h | |
| parent | 5da65494b3da1a69d08f7b7e6c5242f6ce666e32 (diff) | |
cleaned up the code and reduced the size of the diff by removing things like additional whitespaces
Diffstat (limited to 'src/components/motor/MotorController.h')
| -rw-r--r-- | src/components/motor/MotorController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/motor/MotorController.h b/src/components/motor/MotorController.h index be076ad..5daeb8c 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(); |
