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
commit 2ffbf8b7b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;