Skip to content

Commit bc949af

Browse files
committed
emulation: add fake cont_yield (esp8266#6210)
* emulation: add fake cont_yield (temporarily disable littleFS mock due to missing file) * fix makefile
1 parent 559d168 commit bc949af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/host/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ MOCK_CPP_FILES_EMU := $(MOCK_CPP_FILES_COMMON) $(addprefix common/,\
110110
111111
#(not in tree) ArduinoMainLittlefs.cpp
112112
)
113+
#(not in tree) ArduinoMainLittlefs.cpp
113114

114115
MOCK_C_FILES := $(addprefix common/,\
115116
md5.c \

0 commit comments

Comments
 (0)