From 2dcd56ce3d00fc7414652e6f866bf8eefd42dba9 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Thu, 2 Nov 2023 18:51:38 -0600 Subject: got things to compile again, renamed #includes (also modified the build scripts to work with the new file structure) --- hw/lumintop/fw3a/cfg.h | 2 +- hw/lumintop/fw3a/hwdef.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/lumintop/fw3a') 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 -#define HWDEF_C_FILE hwdef-fw3a.c +#define HWDEF_C_FILE lumintop/fw3a/hwdef.c // channel modes // * 0. FET+7+1 stacked -- cgit v1.2.3