Skip to content

Commit

Permalink
Merge pull request #798 from NeroBurner/motionservice_fix_typo_in_inc…
Browse files Browse the repository at this point in the history
…lude

MotionService: fix not needed '/' in include
  • Loading branch information
JF002 authored Nov 28, 2021
2 parents 4257073 + 583c7ee commit 2ffbf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ble/MotionService.cpp
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 2ffbf8b

Please sign in to comment.