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 /teensy | |
| parent | 1280e9122be4e0986b5cd4914a8158f2a0b69c9c (diff) | |
atmel-samd: Add input support. Fixes #143
Diffstat (limited to 'teensy')
| -rw-r--r-- | teensy/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/teensy/Makefile b/teensy/Makefile index 5eb871661..a38916ff8 100644 --- a/teensy/Makefile +++ b/teensy/Makefile @@ -94,7 +94,6 @@ SRC_C = \ STM_SRC_C = $(addprefix stmhal/,\ gccollect.c \ - input.c \ irq.c \ pin.c \ pin_named_pins.c \ |
