summaryrefslogtreecommitdiff
path: root/src/components/motor
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-09-14 23:38:42 +0300
committerGitHub <noreply@github.com>2021-09-14 23:38:42 +0300
commit93d240a23b1071efd0ac4ecba986f98bc1dae2a4 (patch)
tree920aa5de248719dbac17dd0e3bcfb6e9c1bcc42a /src/components/motor
parent40765f117347f4a4fc6cc4d2c4e46b1923a18fbb (diff)
parent3eb73774a39e255cd4b5de76441a59f1525a989c (diff)
Merge branch 'develop' into disable_notif_only
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 61014a1e..c9326d57 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"
namespace Pinetime {
namespace Controllers {