aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-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
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.