summaryrefslogtreecommitdiff
path: root/src/components/motor/MotorController.cpp
diff options
context:
space:
mode:
authorjlukanc <27705324+jlukanc1@users.noreply.github.com>2021-01-23 15:15:42 -0500
committerjlukanc <27705324+jlukanc1@users.noreply.github.com>2021-01-23 15:15:42 -0500
commitbf7d77bd341de7360d7e4331ee088dc7a72620fc (patch)
tree77d1b6a49ca387dcbe583ec505bb099eb9fe91da /src/components/motor/MotorController.cpp
parentb5992fd7ec369d057ce4fe1b10bbc52ed4f6f988 (diff)
remove unneeded defines
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 1885f7bd..738e6d33 100644
--- a/src/components/motor/MotorController.cpp
+++ b/src/components/motor/MotorController.cpp
@@ -4,7 +4,6 @@
#include "app_timer.h"
#include "nrf_drv_clock.h"
-APP_TIMER_DEF(vibTimer);
using namespace Pinetime::Controllers;