diff options
| author | Selene ToyKeeper | 2018-08-30 19:47:17 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-08-30 19:47:17 -0600 |
| commit | e1104525bc8e17880e83a4a1058291dc0e5e89d7 (patch) | |
| tree | c0e9c0775a66930d77fe9c4825210ca7ef97678d /tk-attiny.h | |
| parent | added a stepped ramp calculator for Anduril, (diff) | |
| download | anduril-e1104525bc8e17880e83a4a1058291dc0e5e89d7.tar.gz anduril-e1104525bc8e17880e83a4a1058291dc0e5e89d7.tar.bz2 anduril-e1104525bc8e17880e83a4a1058291dc0e5e89d7.zip | |
First Anduril build for Fireflies ROT66.
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 1b7722c..eb971dd 100644 --- a/tk-attiny.h +++ b/tk-attiny.h @@ -93,6 +93,9 @@ #elif defined(FSM_EMISAR_D1S_DRIVER) #include "hwdef-Emisar_D1S.h" +#elif defined(FSM_FF_ROT66_DRIVER) +#include "hwdef-FF_ROT66.h" + #elif defined(FSM_FW3A_DRIVER) #include "hwdef-FW3A.h" |
