diff options
Diffstat (limited to 'hw/lumintop/fw3a')
| -rw-r--r-- | hw/lumintop/fw3a/cfg.h | 2 | ||||
| -rw-r--r-- | hw/lumintop/fw3a/hwdef.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
