diff options
Diffstat (limited to '')
| -rw-r--r-- | hw/lumintop/fw3a-219/cfg.h | 2 | ||||
| -rw-r--r-- | hw/lumintop/fw3a-nofet/cfg.h | 2 | ||||
| -rw-r--r-- | hw/lumintop/fw3a/cfg.h | 2 | ||||
| -rw-r--r-- | hw/lumintop/fw3a/hwdef.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/hw/lumintop/fw3a-219/cfg.h b/hw/lumintop/fw3a-219/cfg.h index 0bd5250..32cc020 100644 --- a/hw/lumintop/fw3a-219/cfg.h +++ b/hw/lumintop/fw3a-219/cfg.h @@ -3,7 +3,7 @@ // SPDX-License-Identifier: GPL-3.0-or-later #pragma once -#include "cfg-fw3a.h" +#include "lumintop/fw3a/cfg.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0312" diff --git a/hw/lumintop/fw3a-nofet/cfg.h b/hw/lumintop/fw3a-nofet/cfg.h index b5d4166..76f125b 100644 --- a/hw/lumintop/fw3a-nofet/cfg.h +++ b/hw/lumintop/fw3a-nofet/cfg.h @@ -3,7 +3,7 @@ // SPDX-License-Identifier: GPL-3.0-or-later #pragma once -#include "cfg-fw3a.h" +#include "lumintop/fw3a/cfg.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0313" diff --git a/hw/lumintop/fw3a/cfg.h b/hw/lumintop/fw3a/cfg.h index 53c4135..123a7e1 100644 --- a/hw/lumintop/fw3a/cfg.h +++ b/hw/lumintop/fw3a/cfg.h @@ -4,7 +4,7 @@ #pragma once #define MODEL_NUMBER "0311" -#include "hwdef-fw3a.h" +#include "lumintop/fw3a/hwdef.h" #define RAMP_SIZE 150 diff --git a/hw/lumintop/fw3a/hwdef.h b/hw/lumintop/fw3a/hwdef.h index 519fb97..fc9ff2a 100644 --- a/hw/lumintop/fw3a/hwdef.h +++ b/hw/lumintop/fw3a/hwdef.h @@ -15,7 +15,7 @@ #define ATTINY 85 #include <avr/io.h> -#define HWDEF_C_FILE hwdef-fw3a.c +#define HWDEF_C_FILE lumintop/fw3a/hwdef.c // channel modes // * 0. FET+7+1 stacked |
