summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlukanc <27705324+jlukanc1@users.noreply.github.com>2021-01-25 18:03:04 (GMT)
committerjlukanc <27705324+jlukanc1@users.noreply.github.com>2021-01-25 18:03:04 (GMT)
commitda56ca5bfb5c9569d53bbe26ea8e6630dbead9f6 (patch)
tree1c4d20e782da27f6000f1bf7c980f8c1ef38d41a
parent3dd88339f39089232c40f043a478b9ba47cb1dad (diff)
remove vibtimer from .h to fix nonstop vibration
-rw-r--r--src/components/motor/MotorController.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/motor/MotorController.h b/src/components/motor/MotorController.h
index 52ab558..9ce91c5 100644
--- a/src/components/motor/MotorController.h
+++ b/src/components/motor/MotorController.h
@@ -13,7 +13,6 @@ namespace Pinetime {
void SetDuration(uint8_t motorDuration);
private:
- app_timer_id_t vibTimer;
};
}
}