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/noctigon-k1 | |
| 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/noctigon-k1-boost/anduril.h | 2 | ||||
| -rw-r--r-- | hw/hank/noctigon-k1-sbt90/anduril.h | 2 | ||||
| -rw-r--r-- | hw/hank/noctigon-k1/anduril.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hw/hank/noctigon-k1-boost/anduril.h b/hw/hank/noctigon-k1-boost/anduril.h index 29b20d1..e18a015 100644 --- a/hw/hank/noctigon-k1-boost/anduril.h +++ b/hw/hank/noctigon-k1-boost/anduril.h @@ -5,7 +5,7 @@ #define MODEL_NUMBER "0253" #include "hank/noctigon-k1-boost/hwdef.h" -#include "hank/cfg.h" +#include "hank/anduril.h" // ATTINY: 1634 // Most K1 lights can run hotter than default, but the 12V model diff --git a/hw/hank/noctigon-k1-sbt90/anduril.h b/hw/hank/noctigon-k1-sbt90/anduril.h index 99fa2cb..71541e0 100644 --- a/hw/hank/noctigon-k1-sbt90/anduril.h +++ b/hw/hank/noctigon-k1-sbt90/anduril.h @@ -6,7 +6,7 @@ // (is a K1 host with a KR4-like driver and a really high-powered LED) #define MODEL_NUMBER "0252" #include "hank/noctigon-k1-sbt90/hwdef.h" -#include "hank/cfg.h" +#include "hank/anduril.h" // ATTINY: 1634 // this light can safely run a bit hotter than most diff --git a/hw/hank/noctigon-k1/anduril.h b/hw/hank/noctigon-k1/anduril.h index f02e4ef..115e730 100644 --- a/hw/hank/noctigon-k1/anduril.h +++ b/hw/hank/noctigon-k1/anduril.h @@ -6,7 +6,7 @@ #define MODEL_NUMBER "0251" // (originally known as Emisar D1S v2) #include "hank/noctigon-k1/hwdef.h" -#include "hank/cfg.h" +#include "hank/anduril.h" // ATTINY: 1634 // this light can safely run a bit hotter than most |
