aboutsummaryrefslogtreecommitdiff
path: root/tk-attiny.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2018-07-01 19:48:49 -0600
committerSelene ToyKeeper2018-07-01 19:48:49 -0600
commitebe2cf08b60c5fbae19b1af3098cde3d134e4803 (patch)
treed466f3599591f9d6883e4dbbc63aef84e010266b /tk-attiny.h
parentMade it easier to define thermal parameters per driver type. (diff)
downloadanduril-ebe2cf08b60c5fbae19b1af3098cde3d134e4803.tar.gz
anduril-ebe2cf08b60c5fbae19b1af3098cde3d134e4803.tar.bz2
anduril-ebe2cf08b60c5fbae19b1af3098cde3d134e4803.zip
Added hardware profiles and build targets for Emisar D1 and D1S.
(same as D4, except with lower power-to-mass ratio)
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 b3edb6d..a36fef0 100644
--- a/tk-attiny.h
+++ b/tk-attiny.h
@@ -84,6 +84,12 @@
#elif defined(FSM_EMISAR_D4_DRIVER)
#include "hwdef-Emisar_D4.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"