aboutsummaryrefslogtreecommitdiff
path: root/tk-attiny.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2018-09-01 18:06:39 -0600
committerSelene ToyKeeper2018-09-01 18:06:39 -0600
commita572e004ae2439f89237eae5223c21e5cd9b282d (patch)
tree6eeac51cb55bd0faf6e6215f24e0dabbc43a2531 /tk-attiny.h
parentFirst Anduril build for Fireflies ROT66. (diff)
parentReduced ROM size another 10 bytes by removing redundant call to nearest_level(). (diff)
downloadanduril-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.h3
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"