summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorReinhold Gschweicher <pyro4hell@gmail.com>2021-10-30 20:51:49 (GMT)
committerReinhold Gschweicher <pyro4hell@gmail.com>2021-10-30 20:51:49 (GMT)
commitf9613d28c06f96fbc93ccbc59a8f749bbc5f7fa5 (patch)
tree2cbc7be3199126c4e4219144d9565e9df4092dd5 /src/components
parentd00687ca417a619f4b4ac0e14bf5d80997c683e7 (diff)
MotionService: fix not needed '/' in include
Diffstat (limited to 'src/components')
-rw-r--r--src/components/ble/MotionService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/MotionService.cpp b/src/components/ble/MotionService.cpp
index b4786ab..5069305 100644
--- a/src/components/ble/MotionService.cpp
+++ b/src/components/ble/MotionService.cpp
@@ -1,5 +1,5 @@
#include "MotionService.h"
-#include "components/motion//MotionController.h"
+#include "components/motion/MotionController.h"
#include "systemtask/SystemTask.h"
using namespace Pinetime::Controllers;