diff options
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/anduril/anduril.c | 2 | ||||
| -rw-r--r-- | ui/fireflies-ui/fireflies-ui.c | 2 | ||||
| -rw-r--r-- | ui/rampingios/rampingiosv3.c | 2 | ||||
| -rw-r--r-- | ui/werner/werner.c | 2 |
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 |
