aboutsummaryrefslogtreecommitdiff
path: root/tk-attiny.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2018-07-01 20:34:56 -0600
committerSelene ToyKeeper2018-07-01 20:34:56 -0600
commit05f0ecb4fdbd58973d29677808385717ef259095 (patch)
treecbe07125721529f956ada56388b84d184dbc9784 /tk-attiny.h
parentHigher thermal elbow. This light has some decent thermal mass, and the curve... (diff)
parentAdded hardware profiles and build targets for Emisar D1 and D1S. (diff)
downloadanduril-05f0ecb4fdbd58973d29677808385717ef259095.tar.gz
anduril-05f0ecb4fdbd58973d29677808385717ef259095.tar.bz2
anduril-05f0ecb4fdbd58973d29677808385717ef259095.zip
merged upstream fsm changes
Diffstat (limited to 'tk-attiny.h')
-rw-r--r--tk-attiny.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tk-attiny.h b/tk-attiny.h
index 4973ed5..1b7722c 100644
--- a/tk-attiny.h
+++ b/tk-attiny.h
@@ -87,6 +87,12 @@
#elif defined(FSM_EMISAR_D4S_DRIVER)
#include "hwdef-Emisar_D4S.h"
+#elif defined(FSM_EMISAR_D1_DRIVER)
+#include "hwdef-Emisar_D1.h"
+
+#elif defined(FSM_EMISAR_D1S_DRIVER)
+#include "hwdef-Emisar_D1S.h"
+
#elif defined(FSM_FW3A_DRIVER)
#include "hwdef-FW3A.h"