aboutsummaryrefslogtreecommitdiff
path: root/esp8266/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 /esp8266/Makefile
parentbc76302eab56368967af4f1cf8813ac816b9c22f (diff)
ports: Convert from using stmhal's input() to core provided version.
Diffstat (limited to 'esp8266/Makefile')
-rw-r--r--esp8266/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile
index a3da9d398..cf4b288ca 100644
--- a/esp8266/Makefile
+++ b/esp8266/Makefile
@@ -94,7 +94,6 @@ SRC_C = \
STM_SRC_C = $(addprefix stmhal/,\
pybstdio.c \
- input.c \
)
EXTMOD_SRC_C = $(addprefix extmod/,\