summaryrefslogtreecommitdiff
path: root/src/components/motor/MotorController.cpp
diff options
context:
space:
mode:
authorKieran Cawthray <kieranc@gmail.com>2021-05-21 14:34:25 +0200
committerKieran Cawthray <kieranc@gmail.com>2021-05-21 14:34:25 +0200
commit565601ef5060cd4372be9e5bab130aff64f12223 (patch)
tree5f5156132be07cdb151ae56dca6c9e3cab259e32 /src/components/motor/MotorController.cpp
parent5c413016a7b9e78040fb8e5b48cd37b7963362df (diff)
parentf88c0f41fac506cc55e026cc67d1d5bce4669d31 (diff)
Merge remote-tracking branch 'upstream/develop' into pinetimestyle
Diffstat (limited to 'src/components/motor/MotorController.cpp')
-rw-r--r--src/components/motor/MotorController.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/motor/MotorController.cpp b/src/components/motor/MotorController.cpp
index a834ab6b..3afa0ced 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);
}