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/lumintop | |
| 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 'hw/lumintop')
| -rw-r--r-- | hw/lumintop/blf-gt-mini/anduril.h | 2 | ||||
| -rw-r--r-- | hw/lumintop/fw3a-219/anduril.h | 2 | ||||
| -rw-r--r-- | hw/lumintop/fw3a-nofet/anduril.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hw/lumintop/blf-gt-mini/anduril.h b/hw/lumintop/blf-gt-mini/anduril.h index 1e913a9..1137e58 100644 --- a/hw/lumintop/blf-gt-mini/anduril.h +++ b/hw/lumintop/blf-gt-mini/anduril.h @@ -5,7 +5,7 @@ #include "lumintop/blf-gt-mini/hwdef.h" // Same as an Emisar D1S, except it has a lighted button -#include "hank/emisar-d1s/cfg.h" +#include "hank/emisar-d1s/anduril.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0322" diff --git a/hw/lumintop/fw3a-219/anduril.h b/hw/lumintop/fw3a-219/anduril.h index 32cc020..86b0976 100644 --- a/hw/lumintop/fw3a-219/anduril.h +++ b/hw/lumintop/fw3a-219/anduril.h @@ -3,7 +3,7 @@ // SPDX-License-Identifier: GPL-3.0-or-later #pragma once -#include "lumintop/fw3a/cfg.h" +#include "lumintop/fw3a/anduril.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0312" diff --git a/hw/lumintop/fw3a-nofet/anduril.h b/hw/lumintop/fw3a-nofet/anduril.h index 76f125b..0559418 100644 --- a/hw/lumintop/fw3a-nofet/anduril.h +++ b/hw/lumintop/fw3a-nofet/anduril.h @@ -3,7 +3,7 @@ // SPDX-License-Identifier: GPL-3.0-or-later #pragma once -#include "lumintop/fw3a/cfg.h" +#include "lumintop/fw3a/anduril.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0313" |
