diff options
| author | Selene ToyKeeper | 2018-10-10 21:29:22 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-10-10 21:29:22 -0600 |
| commit | 85e0f22130db548c25e2c7677b02087211571306 (patch) | |
| tree | 00d56b45fa181418fc2ce72bfa93f766008bdfe0 /tk-attiny.h | |
| parent | Fixed location of an #endif (diff) | |
| parent | applied thermal target bugfix from Anduril (diff) | |
| download | anduril-85e0f22130db548c25e2c7677b02087211571306.tar.gz anduril-85e0f22130db548c25e2c7677b02087211571306.tar.bz2 anduril-85e0f22130db548c25e2c7677b02087211571306.zip | |
merged updates from fsm branch
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" |
