diff --git a/NuEVI/globals.h b/NuEVI/globals.h index 03fabd6..caa14cf 100644 --- a/NuEVI/globals.h +++ b/NuEVI/globals.h @@ -1,7 +1,7 @@ #ifndef __GLOBALS_H #define __GLOBALS_H -#include "Wiring.h" +#include "wiring.h" // The three states of our main state machine diff --git a/NuEVI/menu.h b/NuEVI/menu.h index 20373ab..8fd4016 100644 --- a/NuEVI/menu.h +++ b/NuEVI/menu.h @@ -1,7 +1,7 @@ #ifndef __MENU_H #define __MENU_H -#include "Wiring.h" +#include "wiring.h" #include "numenu.h" #define MENU_ROW_HEIGHT 9 diff --git a/simulation/include/Wiring.h b/simulation/include/wiring.h similarity index 100% rename from simulation/include/Wiring.h rename to simulation/include/wiring.h