summaryrefslogtreecommitdiff
path: root/src/components/motor
diff options
context:
space:
mode:
authorReinhold Gschweicher <pyro4hell@gmail.com>2021-09-13 22:32:22 +0200
committerReinhold Gschweicher <pyro4hell@gmail.com>2021-09-13 22:40:15 +0200
commitf89780f3323042ce9a83f78aa9017c56f0fb62e9 (patch)
tree5e5c5273e21164b43284b1572333d1c17e1d37f2 /src/components/motor
parent6356c7f276d09ab32d6f1c1338dac0b00a602232 (diff)
Remove unused include in MotoController.h
Remove the unused include `app_timer.h` in `MotorController.h`
Diffstat (limited to 'src/components/motor')
-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 1d8fcc95..cf78088e 100644
--- a/src/components/motor/MotorController.h
+++ b/src/components/motor/MotorController.h
@@ -1,7 +1,6 @@
#pragma once
#include <cstdint>
-#include "app_timer.h"
#include "components/settings/Settings.h"
namespace Pinetime {