diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-25 11:55:38 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-25 11:55:38 -0700 |
| commit | 32a4eb2c532e29957d8187d7c06ee95dc500489a (patch) | |
| tree | 671ebf54fa9ceb694f83c16d7bc89cd58ce586e5 /atmel-samd/Makefile | |
| parent | 1280e9122be4e0986b5cd4914a8158f2a0b69c9c (diff) | |
atmel-samd: Add input support. Fixes #143
Diffstat (limited to 'atmel-samd/Makefile')
| -rw-r--r-- | atmel-samd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/atmel-samd/Makefile b/atmel-samd/Makefile index 8afd8b50b..bbfa62a25 100644 --- a/atmel-samd/Makefile +++ b/atmel-samd/Makefile @@ -227,7 +227,6 @@ SRC_C = \ STM_SRC_C = $(addprefix stmhal/,\ pybstdio.c \ - input.c \ ) SRC_BINDINGS = \ |
