comparison Discovery/Src/tMenuEditSystem.c @ 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 427ae9f8e28e
children e729b8e7654d
comparison
equal deleted inserted replaced
388:a848e22bc527 389:ebc2b571a0b9
36 #include "settings.h" // for getLicence() 36 #include "settings.h" // for getLicence()
37 #include "tHome.h" // for enum CUSTOMVIEWS and init_t7_compass() 37 #include "tHome.h" // for enum CUSTOMVIEWS and init_t7_compass()
38 #include "tMenu.h" 38 #include "tMenu.h"
39 #include "tMenuEdit.h" 39 #include "tMenuEdit.h"
40 #include "tMenuSystem.h" 40 #include "tMenuSystem.h"
41 #include "Motion.h" 41 #include "motion.h"
42 #include "t7.h" 42 #include "t7.h"
43 43
44 44
45 #define CV_SUBPAGE_MAX (2u) /* max number of customer view selection pages */ 45 #define CV_SUBPAGE_MAX (2u) /* max number of customer view selection pages */
46 /*#define HAVE_DEBUG_VIEW */ 46 /*#define HAVE_DEBUG_VIEW */