diff options
| author | Selene ToyKeeper | 2018-06-24 18:08:59 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-06-24 18:08:59 -0600 |
| commit | 80967413d823d7d23a2b44caf715c850b38169ea (patch) | |
| tree | 0925858bc359732f2a8236761bde08909a6947b1 /tk-attiny.h | |
| parent | Added script to build all supported Anduril targets. (diff) | |
| download | anduril-80967413d823d7d23a2b44caf715c850b38169ea.tar.gz anduril-80967413d823d7d23a2b44caf715c850b38169ea.tar.bz2 anduril-80967413d823d7d23a2b44caf715c850b38169ea.zip | |
Initial D4S support for Anduril. (but only the parts which can't be public yet)
Diffstat (limited to '')
| -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 d81468b..347acc7 100644 --- a/tk-attiny.h +++ b/tk-attiny.h @@ -174,6 +174,12 @@ #endif +// D4S driver is the same as a D4, basically +#ifdef FSM_EMISAR_D4S_DRIVER +#define FSM_EMISAR_D4_DRIVER +#endif + + #ifdef FSM_EMISAR_D4_DRIVER #define DRIVER_TYPE_DEFINED /* |
