1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

emulation on host: add missing strlcat strlcpy (#6327)

This commit is contained in:
david gauchard
2019-07-23 11:13:50 +02:00
committed by GitHub
parent 82a1382864
commit a64ef544d9
3 changed files with 90 additions and 0 deletions

View File

@ -287,6 +287,7 @@ MOCK_ARDUINO_LIBS := $(addprefix common/,\
MockEsp.cpp \
MockEEPROM.cpp \
MockSPI.cpp \
strl.cpp \
)
CPP_SOURCES_CORE_EMU = \