diff options
| author | Selene ToyKeeper | 2018-10-07 19:37:22 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-10-07 19:37:22 -0600 |
| commit | a7750407f2722d20773b294ba26a5ff1f0cb6650 (patch) | |
| tree | e27af9a10511bdae9e318ac4870e944fac7383b2 /tk-attiny.h | |
| parent | merged FF ROT66 updates (supports both 7x7135 and 14x7135 now) (diff) | |
| parent | Made second aux LED copy the behavior of the first. (diff) | |
| download | anduril-a7750407f2722d20773b294ba26a5ff1f0cb6650.tar.gz anduril-a7750407f2722d20773b294ba26a5ff1f0cb6650.tar.bz2 anduril-a7750407f2722d20773b294ba26a5ff1f0cb6650.zip | |
merged FF PL47 branch (first rev, may not be final)
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 d121709..54856bf 100644 --- a/tk-attiny.h +++ b/tk-attiny.h @@ -96,6 +96,9 @@ #elif defined(FSM_EMISAR_D1S_DRIVER) #include "hwdef-Emisar_D1S.h" +#elif defined(FSM_FF_PL47_DRIVER) +#include "hwdef-FF_PL47.h" + #elif defined(FSM_FF_ROT66_DRIVER) #include "hwdef-FF_ROT66.h" |
