summaryrefslogtreecommitdiff
path: root/src/components/motor/MotorController.h
diff options
context:
space:
mode:
authorjlukanc <27705324+jlukanc1@users.noreply.github.com>2021-01-25 13:03:04 -0500
committerjlukanc <27705324+jlukanc1@users.noreply.github.com>2021-01-25 13:03:04 -0500
commitda56ca5bfb5c9569d53bbe26ea8e6630dbead9f6 (patch)
tree1c4d20e782da27f6000f1bf7c980f8c1ef38d41a /src/components/motor/MotorController.h
parent3dd88339f39089232c40f043a478b9ba47cb1dad (diff)
remove vibtimer from .h to fix nonstop vibration
Diffstat (limited to 'src/components/motor/MotorController.h')
-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 52ab558c..9ce91c52 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;
};
}
}