feat(esp8266): Don't use libminic

Link error with libc
This commit is contained in:
Wu Jian Gang
2018-05-03 14:54:17 +08:00
parent 3918cb633b
commit c47421d9be

View File

@ -7,7 +7,7 @@ COMPONENT_SRCDIRS := driver source
LIBS ?=
ifndef CONFIG_NO_BLOBS
LIBS += airkiss cirom crypto espnow gcc hal core minic mirom net80211 \
LIBS += airkiss cirom crypto espnow gcc hal core mirom net80211 \
phy pp pwm smartconfig ssc wpa wps
endif