From a43bfe0ffd940f8bc2e2871d214706e91249dac1 Mon Sep 17 00:00:00 2001 From: Ewoud Date: Thu, 20 Jun 2024 17:31:37 +0200 Subject: [PATCH] Bugfix --- src/User/UserModMPU6050.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/User/UserModMPU6050.h b/src/User/UserModMPU6050.h index 0403ab1f..fa40a357 100644 --- a/src/User/UserModMPU6050.h +++ b/src/User/UserModMPU6050.h @@ -9,8 +9,8 @@ @license For non GPL-v3 usage, commercial licenses must be purchased. Contact moonmodules@icloud.com */ -#include "../sys/SysModUI.h" //why needed here and not in other sysmods? -#include "../sys/SysModPins.h" +#include "../Sys/SysModUI.h" //why needed here and not in other sysmods? +#include "../Sys/SysModPins.h" #include