MotionService: fix not needed '/' in include

This commit is contained in:
Reinhold Gschweicher 2021-10-30 22:51:49 +02:00
parent d00687ca41
commit f9613d28c0

View File

@ -1,5 +1,5 @@
#include "MotionService.h"
#include "components/motion//MotionController.h"
#include "components/motion/MotionController.h"
#include "systemtask/SystemTask.h"
using namespace Pinetime::Controllers;