diff options
| author | JF <JF002@users.noreply.github.com> | 2021-11-28 13:04:47 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-28 13:04:47 (GMT) |
| commit | 2ffbf8b7b341a48b75b5347370b59f4d32bdfce8 (patch) | |
| tree | c0bca6afa9b570bb2f78370c1096131acafd32d0 | |
| parent | 4257073a02215e3f182d993765e4c5edef2d9845 (diff) | |
| parent | 583c7ee22fdf576490169643762240bf9bb6b375 (diff) | |
Merge pull request #798 from NeroBurner/motionservice_fix_typo_in_include
MotionService: fix not needed '/' in include
| -rw-r--r-- | src/components/ble/MotionService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/MotionService.cpp b/src/components/ble/MotionService.cpp index bb5cd24..6381915 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; |
