Skip to content

Commit 6cc4da4

Browse files
committed
extmod: Move modonewire.c from esp8266 to extmod directory.
It's now generic enough to be used by any port.
1 parent 0c13b95 commit 6cc4da4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

esp8266/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ SRC_C = \
8484
modnetwork.c \
8585
modutime.c \
8686
moduos.c \
87-
modonewire.c \
8887
ets_alt_task.c \
8988
fatfs_port.c \
9089
axtls_helpers.c \
@@ -93,6 +92,7 @@ SRC_C = \
9392

9493
EXTMOD_SRC_C = $(addprefix extmod/,\
9594
modlwip.c \
95+
modonewire.c \
9696
)
9797

9898
LIB_SRC_C = $(addprefix lib/,\

0 commit comments

Comments
 (0)