diff options
| author | Selene ToyKeeper | 2023-07-21 15:45:44 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-07-21 15:45:44 -0600 |
| commit | a9b54d50ea8a630c6d28fcb07f6b1e06245224fc (patch) | |
| tree | c191a262be70759a6e4d1141a7eb9b8a6cfad3d8 | |
| parent | converted emisar-d4v2-nofet to multi-channel, and (diff) | |
| download | anduril-a9b54d50ea8a630c6d28fcb07f6b1e06245224fc.tar.gz anduril-a9b54d50ea8a630c6d28fcb07f6b1e06245224fc.tar.bz2 anduril-a9b54d50ea8a630c6d28fcb07f6b1e06245224fc.zip | |
forgot this file in previous commit
Diffstat (limited to '')
| -rw-r--r-- | hwdef-emisar-d4v2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hwdef-emisar-d4v2.h b/hwdef-emisar-d4v2.h index 6837bcd..96c57a9 100644 --- a/hwdef-emisar-d4v2.h +++ b/hwdef-emisar-d4v2.h @@ -31,7 +31,9 @@ #define ATTINY 1634 #include <avr/io.h> +#ifndef HWDEF_C_FILE #define HWDEF_C_FILE hwdef-emisar-d4v2.c +#endif // allow using aux LEDs as extra channel modes #include "chan-rgbaux.h" |
