aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-11-03 11:17:34 -0600
committerSelene ToyKeeper2023-11-03 11:17:34 -0600
commit481634c860e76159852c4e6f6de92905028a9e4e (patch)
treecdadbceb57769181885bce23a2abe4b51ea4e6d4 /ui
parentrenamed tk*.h to arch/*.h or fsm/*.h (part 1) (diff)
downloadanduril-481634c860e76159852c4e6f6de92905028a9e4e.tar.gz
anduril-481634c860e76159852c4e6f6de92905028a9e4e.tar.bz2
anduril-481634c860e76159852c4e6f6de92905028a9e4e.zip
renamed tk*.h in file contents, and deleted unused files
Diffstat (limited to '')
-rw-r--r--ui/anduril/anduril.c2
-rw-r--r--ui/fireflies-ui/fireflies-ui.c2
-rw-r--r--ui/rampingios/rampingiosv3.c2
-rw-r--r--ui/werner/werner.c2
4 files changed, 4 insertions, 4 deletions
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