diff options
| author | Reinhold Gschweicher <pyro4hell@gmail.com> | 2021-10-30 20:51:49 (GMT) |
|---|---|---|
| committer | Reinhold Gschweicher <pyro4hell@gmail.com> | 2021-10-30 20:51:49 (GMT) |
| commit | f9613d28c06f96fbc93ccbc59a8f749bbc5f7fa5 (patch) | |
| tree | 2cbc7be3199126c4e4219144d9565e9df4092dd5 /src/components | |
| parent | d00687ca417a619f4b4ac0e14bf5d80997c683e7 (diff) | |
MotionService: fix not needed '/' in include
Diffstat (limited to 'src/components')
| -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 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; |
