aboutsummaryrefslogtreecommitdiff
path: root/teensy/Makefile
diff options
context:
space:
mode:
authorDamien George2017-06-01 15:43:20 +1000
committerDamien George2017-06-01 16:02:49 +1000
commit6ff0ecfffcea4e7aa6301c54870ae97aa4a0cf72 (patch)
tree4029403c446530fa870310a45042e2d372754ab7 /teensy/Makefile
parentbc76302eab56368967af4f1cf8813ac816b9c22f (diff)
ports: Convert from using stmhal's input() to core provided version.
Diffstat (limited to 'teensy/Makefile')
-rw-r--r--teensy/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/teensy/Makefile b/teensy/Makefile
index 9f52cc3c7..923ea77ec 100644
--- a/teensy/Makefile
+++ b/teensy/Makefile
@@ -93,7 +93,6 @@ SRC_C = \
STM_SRC_C = $(addprefix stmhal/,\
gccollect.c \
- input.c \
irq.c \
pin.c \
pin_named_pins.c \