Skip to content
Snippets Groups Projects
Commit 6cc4da4c authored by Damien George's avatar Damien George
Browse files

extmod: Move modonewire.c from esp8266 to extmod directory.

It's now generic enough to be used by any port.
parent 0c13b95c
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,6 @@ SRC_C = \ ...@@ -84,7 +84,6 @@ SRC_C = \
modnetwork.c \ modnetwork.c \
modutime.c \ modutime.c \
moduos.c \ moduos.c \
modonewire.c \
ets_alt_task.c \ ets_alt_task.c \
fatfs_port.c \ fatfs_port.c \
axtls_helpers.c \ axtls_helpers.c \
...@@ -93,6 +92,7 @@ SRC_C = \ ...@@ -93,6 +92,7 @@ SRC_C = \
EXTMOD_SRC_C = $(addprefix extmod/,\ EXTMOD_SRC_C = $(addprefix extmod/,\
modlwip.c \ modlwip.c \
modonewire.c \
) )
LIB_SRC_C = $(addprefix lib/,\ LIB_SRC_C = $(addprefix lib/,\
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment