From 481634c860e76159852c4e6f6de92905028a9e4e Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 3 Nov 2023 11:17:34 -0600 Subject: renamed tk*.h in file contents, and deleted unused files --- ui/anduril/anduril.c | 2 +- ui/fireflies-ui/fireflies-ui.c | 2 +- ui/rampingios/rampingiosv3.c | 2 +- ui/werner/werner.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ui') diff --git a/ui/anduril/anduril.c b/ui/anduril/anduril.c index 92b878c..e72c3b5 100644 --- a/ui/anduril/anduril.c +++ b/ui/anduril/anduril.c @@ -41,7 +41,7 @@ // Anduril config file name (set it here or define it at the gcc command line) //#define CFG_H cfg-blf-q8.h -#include "tk.h" +#include "fsm/tk.h" #include incfile(CFG_H) diff --git a/ui/fireflies-ui/fireflies-ui.c b/ui/fireflies-ui/fireflies-ui.c index 34f8293..29269e0 100644 --- a/ui/fireflies-ui/fireflies-ui.c +++ b/ui/fireflies-ui/fireflies-ui.c @@ -78,7 +78,7 @@ //#define START_AT_MEMORIZED_LEVEL /***** specific settings for known driver types *****/ -#include "tk.h" +#include "fsm/tk.h" #include incfile(CONFIGFILE) ///// Fireflies-specific configuration diff --git a/ui/rampingios/rampingiosv3.c b/ui/rampingios/rampingiosv3.c index e990a5a..787b45d 100644 --- a/ui/rampingios/rampingiosv3.c +++ b/ui/rampingios/rampingiosv3.c @@ -54,7 +54,7 @@ #define USE_RAMP_CONFIG /***** specific settings for known driver types *****/ -#include "tk.h" +#include "fsm/tk.h" #include incfile(CONFIGFILE) diff --git a/ui/werner/werner.c b/ui/werner/werner.c index f3241ee..c1823cf 100644 --- a/ui/werner/werner.c +++ b/ui/werner/werner.c @@ -39,7 +39,7 @@ /***** specific settings for known driver types *****/ #ifdef CONFIGFILE -#include "tk.h" +#include "fsm/tk.h" #include incfile(CONFIGFILE) #else #error You need to define CONFIGFILE -- cgit v1.2.3