diff options
Diffstat (limited to '')
| -rw-r--r-- | hw/hank/noctigon-k9.3-219/anduril.h | 2 | ||||
| -rw-r--r-- | hw/hank/noctigon-k9.3-nofet/anduril.h | 2 | ||||
| -rw-r--r-- | hw/hank/noctigon-k9.3/anduril.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hw/hank/noctigon-k9.3-219/anduril.h b/hw/hank/noctigon-k9.3-219/anduril.h index deb2f5b..3699277 100644 --- a/hw/hank/noctigon-k9.3-219/anduril.h +++ b/hw/hank/noctigon-k9.3-219/anduril.h @@ -3,7 +3,7 @@ // SPDX-License-Identifier: GPL-3.0-or-later #pragma once -#include "hank/noctigon-k9.3/cfg.h" +#include "hank/noctigon-k9.3/anduril.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0263" // ATTINY: 1634 diff --git a/hw/hank/noctigon-k9.3-nofet/anduril.h b/hw/hank/noctigon-k9.3-nofet/anduril.h index ab54133..ab0dab6 100644 --- a/hw/hank/noctigon-k9.3-nofet/anduril.h +++ b/hw/hank/noctigon-k9.3-nofet/anduril.h @@ -5,7 +5,7 @@ // no functional differences from generic emisar-2ch build // (just use that one instead, this is only here for legacy reasons) -#include "hank/emisar-2ch/cfg.h" +#include "hank/emisar-2ch/anduril.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0262" // ATTINY: 1634 diff --git a/hw/hank/noctigon-k9.3/anduril.h b/hw/hank/noctigon-k9.3/anduril.h index bf5d29a..36a726d 100644 --- a/hw/hank/noctigon-k9.3/anduril.h +++ b/hw/hank/noctigon-k9.3/anduril.h @@ -5,7 +5,7 @@ #define MODEL_NUMBER "0261" #include "hank/emisar-2ch-fet/hwdef.h" -#include "hank/cfg.h" +#include "hank/anduril.h" // ATTINY: 1634 // this light has three aux LED channels: R, G, B |
