diff options
Diffstat (limited to '')
| -rw-r--r-- | hw/wurkkos/ts10-rgbaux/anduril.h | 2 | ||||
| -rw-r--r-- | hw/wurkkos/ts10/anduril.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/wurkkos/ts10-rgbaux/anduril.h b/hw/wurkkos/ts10-rgbaux/anduril.h index dacedea..e4ff8ff 100644 --- a/hw/wurkkos/ts10-rgbaux/anduril.h +++ b/hw/wurkkos/ts10-rgbaux/anduril.h @@ -4,7 +4,7 @@ #pragma once // most things are the same as TS25 -#include "wurkkos/ts25/cfg.h" +#include "wurkkos/ts25/anduril.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0713" // ATTINY: 1616 diff --git a/hw/wurkkos/ts10/anduril.h b/hw/wurkkos/ts10/anduril.h index b554b21..e84b7e5 100644 --- a/hw/wurkkos/ts10/anduril.h +++ b/hw/wurkkos/ts10/anduril.h @@ -6,7 +6,7 @@ // same as the BLF Q8 T1616, mostly (added Dynamic PWM) #define MODEL_NUMBER "0714" #include "wurkkos/ts10/hwdef.h" -#include "wurkkos/cfg.h" +#include "wurkkos/anduril.h" // ATTINY: 1616 // uses forward-facing aux LEDs |
