We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c13b95 commit 6cc4da4Copy full SHA for 6cc4da4
2 files changed
esp8266/Makefile
@@ -84,7 +84,6 @@ SRC_C = \
84
modnetwork.c \
85
modutime.c \
86
moduos.c \
87
- modonewire.c \
88
ets_alt_task.c \
89
fatfs_port.c \
90
axtls_helpers.c \
@@ -93,6 +92,7 @@ SRC_C = \
93
92
94
EXTMOD_SRC_C = $(addprefix extmod/,\
95
modlwip.c \
+ modonewire.c \
96
)
97
98
LIB_SRC_C = $(addprefix lib/,\
esp8266/modonewire.c extmod/modonewire.cesp8266/modonewire.c renamed to extmod/modonewire.c
0 commit comments