diff options
| author | Selene ToyKeeper | 2023-11-03 08:38:35 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-03 08:38:35 -0600 |
| commit | d711921e4a4210ee9cb521b98d49e62a82129fd5 (patch) | |
| tree | 25e3d16301633cdce85893be5a30a963b3672969 /hw/hank/emisar-d1v2 | |
| parent | renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1) (diff) | |
| download | anduril-d711921e4a4210ee9cb521b98d49e62a82129fd5.tar.gz anduril-d711921e4a4210ee9cb521b98d49e62a82129fd5.tar.bz2 anduril-d711921e4a4210ee9cb521b98d49e62a82129fd5.zip | |
renamed cfg.h -> anduril.h inside source files
Diffstat (limited to '')
| -rw-r--r-- | hw/hank/emisar-d1v2-7135-fet/anduril.h | 2 | ||||
| -rw-r--r-- | hw/hank/emisar-d1v2-linear-fet/anduril.h | 2 | ||||
| -rw-r--r-- | hw/hank/emisar-d1v2-nofet/anduril.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hw/hank/emisar-d1v2-7135-fet/anduril.h b/hw/hank/emisar-d1v2-7135-fet/anduril.h index 76095fe..200f93f 100644 --- a/hw/hank/emisar-d1v2-7135-fet/anduril.h +++ b/hw/hank/emisar-d1v2-7135-fet/anduril.h @@ -6,7 +6,7 @@ // ATTINY: 1634 // same as Emisar D4v2, mostly // (was only made for a short time, not many people have one) -#include "hank/emisar-d4v2/cfg.h" +#include "hank/emisar-d4v2/anduril.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0123" diff --git a/hw/hank/emisar-d1v2-linear-fet/anduril.h b/hw/hank/emisar-d1v2-linear-fet/anduril.h index 18217d1..7131759 100644 --- a/hw/hank/emisar-d1v2-linear-fet/anduril.h +++ b/hw/hank/emisar-d1v2-linear-fet/anduril.h @@ -6,7 +6,7 @@ // ATTINY: 1634 // similar to a Noctigon KR4, sort of -#include "hank/noctigon-kr4/cfg.h" +#include "hank/noctigon-kr4/anduril.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0124" diff --git a/hw/hank/emisar-d1v2-nofet/anduril.h b/hw/hank/emisar-d1v2-nofet/anduril.h index f5b1ef6..3010fcd 100644 --- a/hw/hank/emisar-d1v2-nofet/anduril.h +++ b/hw/hank/emisar-d1v2-nofet/anduril.h @@ -6,7 +6,7 @@ // ATTINY: 1634 // similar to a Noctigon KR4, sort of -#include "hank/noctigon-kr4-nofet/cfg.h" +#include "hank/noctigon-kr4-nofet/anduril.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0125" |
