Skip to content

Commit 2ffbf8b

Browse files
authored
Merge pull request #798 from NeroBurner/motionservice_fix_typo_in_include
MotionService: fix not needed '/' in include
2 parents 4257073 + 583c7ee commit 2ffbf8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ble/MotionService.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "components/ble/MotionService.h"
2-
#include "components/motion//MotionController.h"
2+
#include "components/motion/MotionController.h"
33
#include "systemtask/SystemTask.h"
44

55
using namespace Pinetime::Controllers;

0 commit comments

Comments
 (0)