Merge pull request #798 from NeroBurner/motionservice_fix_typo_in_include

MotionService: fix not needed '/' in include
main
JF 2021-11-28 14:04:47 +07:00 committed by GitHub
commit 2ffbf8b7b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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