diff options
| author | Selene ToyKeeper | 2018-09-01 18:06:39 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-09-01 18:06:39 -0600 |
| commit | a572e004ae2439f89237eae5223c21e5cd9b282d (patch) | |
| tree | 6eeac51cb55bd0faf6e6215f24e0dabbc43a2531 /tk-attiny.h | |
| parent | First Anduril build for Fireflies ROT66. (diff) | |
| parent | Reduced ROM size another 10 bytes by removing redundant call to nearest_level(). (diff) | |
| download | anduril-a572e004ae2439f89237eae5223c21e5cd9b282d.tar.gz anduril-a572e004ae2439f89237eae5223c21e5cd9b282d.tar.bz2 anduril-a572e004ae2439f89237eae5223c21e5cd9b282d.zip | |
merged updates/fixes from fsm branch
Diffstat (limited to 'tk-attiny.h')
| -rw-r--r-- | tk-attiny.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tk-attiny.h b/tk-attiny.h index eb971dd..d121709 100644 --- a/tk-attiny.h +++ b/tk-attiny.h @@ -78,6 +78,9 @@ #elif defined(FSM_BLF_GT_DRIVER) #include "hwdef-BLF_GT.h" +#elif defined(FSM_BLF_GT_MINI_DRIVER) +#include "hwdef-BLF_GT_Mini.h" + #elif defined(FSM_BLF_Q8_DRIVER) #include "hwdef-BLF_Q8.h" |
