diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-05-21 12:34:25 (GMT) |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-05-21 12:34:25 (GMT) |
| commit | 565601ef5060cd4372be9e5bab130aff64f12223 (patch) | |
| tree | 5f5156132be07cdb151ae56dca6c9e3cab259e32 /src/components/motor/MotorController.cpp | |
| parent | 5c413016a7b9e78040fb8e5b48cd37b7963362df (diff) | |
| parent | f88c0f41fac506cc55e026cc67d1d5bce4669d31 (diff) | |
Merge remote-tracking branch 'upstream/develop' into pinetimestyle
Diffstat (limited to 'src/components/motor/MotorController.cpp')
| -rw-r--r-- | src/components/motor/MotorController.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/motor/MotorController.cpp b/src/components/motor/MotorController.cpp index a834ab6..3afa0ce 100644 --- a/src/components/motor/MotorController.cpp +++ b/src/components/motor/MotorController.cpp @@ -13,7 +13,6 @@ MotorController::MotorController(Controllers::Settings& settingsController) : se void MotorController::Init() { nrf_gpio_cfg_output(pinMotor); nrf_gpio_pin_set(pinMotor); - app_timer_init(); app_timer_create(&vibTimer, APP_TIMER_MODE_SINGLE_SHOT, vibrate); } |
