summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2021-11-28 14:04:47 +0100
committerGitHub <noreply@github.com>2021-11-28 14:04:47 +0100
commit2ffbf8b7b341a48b75b5347370b59f4d32bdfce8 (patch)
treec0bca6afa9b570bb2f78370c1096131acafd32d0 /src
parent4257073a02215e3f182d993765e4c5edef2d9845 (diff)
parent583c7ee22fdf576490169643762240bf9bb6b375 (diff)
Merge pull request #798 from NeroBurner/motionservice_fix_typo_in_include
MotionService: fix not needed '/' in include
Diffstat (limited to 'src')
-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 bb5cd24b..6381915d 100644
--- a/src/components/ble/MotionService.cpp
+++ b/src/components/ble/MotionService.cpp
@@ -1,5 +1,5 @@
#include "components/ble/MotionService.h"
-#include "components/motion//MotionController.h"
+#include "components/motion/MotionController.h"
#include "systemtask/SystemTask.h"
using namespace Pinetime::Controllers;