diff options
| author | Selene ToyKeeper | 2018-07-01 20:34:56 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-07-01 20:34:56 -0600 |
| commit | 05f0ecb4fdbd58973d29677808385717ef259095 (patch) | |
| tree | cbe07125721529f956ada56388b84d184dbc9784 /tk-attiny.h | |
| parent | Higher thermal elbow. This light has some decent thermal mass, and the curve... (diff) | |
| parent | Added hardware profiles and build targets for Emisar D1 and D1S. (diff) | |
| download | anduril-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.h | 6 |
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" |
