diff options
| author | Mark Russell <mruss660@gmail.com> | 2021-09-16 19:38:31 (GMT) |
|---|---|---|
| committer | Mark Russell <mruss660@gmail.com> | 2021-09-16 19:38:31 (GMT) |
| commit | f857a757a7184726093a7085cdb3d74b728a22e4 (patch) | |
| tree | cd30018ebb68be09653b589ae11647ca33d40c73 /src/components/motor/MotorController.h | |
| parent | 2bf339a3f8319d68dfe657a53020c1f7977c4eb7 (diff) | |
Fixes per Riksu9000's feedback
Diffstat (limited to 'src/components/motor/MotorController.h')
| -rw-r--r-- | src/components/motor/MotorController.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/motor/MotorController.h b/src/components/motor/MotorController.h index d3b96b0..d2c9fe5 100644 --- a/src/components/motor/MotorController.h +++ b/src/components/motor/MotorController.h @@ -15,7 +15,6 @@ namespace Pinetime { void RunForDuration(uint8_t motorDuration); void StartRinging(); static void StopRinging(); - void StartRingingDisregardSettings(); private: static void Ring(void* p_context); |
