diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-01-11 14:23:07 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-01-11 14:23:07 +0100 |
commit | 0d84f5e512c4148bc45dd26eea177e09c0a21b56 (patch) | |
tree | 8d8ae62a68f11482d1c25f32d86cf1c43246f61d /src/app/sharp96test/Makefile.inc | |
parent | 1978e406b816d463dc7feab083ce30638e8b787a (diff) |
Add Sharp96 display driver, split up msp430 SPI into a1 / b
Diffstat (limited to 'src/app/sharp96test/Makefile.inc')
-rw-r--r-- | src/app/sharp96test/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/sharp96test/Makefile.inc b/src/app/sharp96test/Makefile.inc new file mode 100644 index 0000000..4dbcaca --- /dev/null +++ b/src/app/sharp96test/Makefile.inc @@ -0,0 +1 @@ +driver_sharp96 ?= 1 |