diff options
| author | Selene ToyKeeper | 2023-11-19 01:45:13 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-19 01:45:13 -0700 |
| commit | ed5e1dde6181ce71da96d7e920950830c0b869cb (patch) | |
| tree | 6cc0e42becdd06e2ee30e8f66ceaa36724e1cd30 /hw | |
| parent | ramp-mode: allow hwdef to adjust gradual tick speed (diff) | |
| download | anduril-ed5e1dde6181ce71da96d7e920950830c0b869cb.tar.gz anduril-ed5e1dde6181ce71da96d7e920950830c0b869cb.tar.bz2 anduril-ed5e1dde6181ce71da96d7e920950830c0b869cb.zip | |
missed a "include -> HWDEF_H" conversion earlier
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/wurkkos/ts25/anduril.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
