changeset 389:ebc2b571a0b9 maintain-1

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>
author Jan Mulder <jan@jlmulder.nl>
date Sun, 01 Dec 2019 17:28:35 +0100
parents a848e22bc527
children cad6f8dfacab
files Discovery/Src/settings.c Discovery/Src/tMenuEditSystem.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
 
--- 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"