Merge pull request #798 from NeroBurner/motionservice_fix_typo_in_include

MotionService: fix not needed '/' in include
This commit is contained in:
JF
2021-11-28 14:04:47 +01:00
committed by GitHub

View File

@@ -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;