Skip to content

Commit ba0bd50

Browse files
committed
undo massive build destruction after recent ESP8266 merge
1 parent 292f7d0 commit ba0bd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,13 +519,13 @@ ifeq ($(USE_NET),1)
519519
SOURCES += \
520520
libs/network/esp8266/network_esp8266.c\
521521
libs/network/esp8266/pktbuf.c
522-
endif
523522

524523
ifndef NO_FOTA
525524
SOURCES += libs/network/esp8266/ota.c
526525
else
527526
DEFINES += -DNO_FOTA
528527
endif
528+
endif
529529

530530
ifdef USE_TELNET
531531
DEFINES += -DUSE_TELNET

0 commit comments

Comments
 (0)