Skip to content

Commit f9613d2

Browse files
committed
MotionService: fix not needed '/' in include
1 parent d00687c commit f9613d2

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 "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)