summaryrefslogtreecommitdiff
path: root/src/components/ble/MotionService.cpp
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-12-02 21:02:51 +0100
committerJean-François Milants <jf@codingfield.com>2021-12-02 21:02:51 +0100
commit9f0612bce85c0b87d3dcfa8148cc38906716cd29 (patch)
tree8077278c497989752e5ac4b2e6dd2deaaa613773 /src/components/ble/MotionService.cpp
parent871a673a4656c438fc12d4c0ad61d2eacc3ca340 (diff)
parent34511a66ee419086eafe4b5c0f932d7c5b1ab0a7 (diff)
Merge branch 'develop' of github.com:JF002/Pinetime into develop
Diffstat (limited to 'src/components/ble/MotionService.cpp')
-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;