# HG changeset patch
# User Jan Mulder <jan@jlmulder.nl>
# Date 1575217715 -3600
# Node ID ebc2b571a0b98ece6fdac3b09995f01660dcf2ab
# Parent  a848e22bc527029394bff4e6a5b0d930a91ec2c4
Fix case for case sensitive OS

The new file is called motion.h and not Motion.h

Signed-off-by: Jan Mulder <jan@jlmulder.nl>

diff -r a848e22bc527 -r ebc2b571a0b9 Discovery/Src/settings.c
--- a/Discovery/Src/settings.c	Sun Dec 01 17:12:27 2019 +0100
+++ b/Discovery/Src/settings.c	Sun Dec 01 17:28:35 2019 +0100
@@ -32,7 +32,7 @@
 #include "externLogbookFlash.h" // for SAMPLESTART and SAMPLESTOP
 #include "text_multilanguage.h" // for LANGUAGE_END
 #include "tHome.h" // for CVIEW_END
-#include "Motion.h"
+#include "motion.h"
 
 SSettings Settings;
 
diff -r a848e22bc527 -r ebc2b571a0b9 Discovery/Src/tMenuEditSystem.c
--- a/Discovery/Src/tMenuEditSystem.c	Sun Dec 01 17:12:27 2019 +0100
+++ b/Discovery/Src/tMenuEditSystem.c	Sun Dec 01 17:28:35 2019 +0100
@@ -38,7 +38,7 @@
 #include "tMenu.h"
 #include "tMenuEdit.h"
 #include "tMenuSystem.h"
-#include "Motion.h"
+#include "motion.h"
 #include "t7.h"