This commit is contained in:
2021-02-16 11:44:51 +01:00
parent 5b7248a8a5
commit d29529bf8a
4 changed files with 58 additions and 54 deletions

View File

@ -87,7 +87,8 @@ Core/Src/system_stm32f1xx.c
ifeq ($(NETWORK), 1)
C_SOURCES += \
User/Src/ports.c \
User/Src/wizHelper.c
User/Src/wizHelper.c \
User/Src/networkAbstractionLayer_lan.c
endif