From ed5e1dde6181ce71da96d7e920950830c0b869cb Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 19 Nov 2023 01:45:13 -0700 Subject: missed a "include -> HWDEF_H" conversion earlier --- hw/wurkkos/ts25/anduril.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hw/wurkkos') diff --git a/hw/wurkkos/ts25/anduril.h b/hw/wurkkos/ts25/anduril.h index 722bc5d..ecf0db1 100644 --- a/hw/wurkkos/ts25/anduril.h +++ b/hw/wurkkos/ts25/anduril.h @@ -3,7 +3,8 @@ // SPDX-License-Identifier: GPL-3.0-or-later #pragma once -#include "wurkkos/ts25/hwdef.h" +//#include "wurkkos/ts25/hwdef.h" +#define HWDEF_H wurkkos/ts25/hwdef.h #include "wurkkos/anduril.h" // this light has three aux LED channels: R, G, B -- cgit v1.2.3