mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
extmod: Move modonewire.c from esp8266 to extmod directory.
It's now generic enough to be used by any port.
This commit is contained in:
@@ -84,7 +84,6 @@ SRC_C = \
|
||||
modnetwork.c \
|
||||
modutime.c \
|
||||
moduos.c \
|
||||
modonewire.c \
|
||||
ets_alt_task.c \
|
||||
fatfs_port.c \
|
||||
axtls_helpers.c \
|
||||
@@ -93,6 +92,7 @@ SRC_C = \
|
||||
|
||||
EXTMOD_SRC_C = $(addprefix extmod/,\
|
||||
modlwip.c \
|
||||
modonewire.c \
|
||||
)
|
||||
|
||||
LIB_SRC_C = $(addprefix lib/,\
|
||||
|
||||
Reference in New Issue
Block a user