Skip to content

Commit 2be374c

Browse files
everslickd-a-v
authored andcommitted
emulation on host: Add base64 decode library to mock files (#5764)
Fixes missing symbols during linking of sketches that use them.
1 parent e721089 commit 2be374c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/host/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ CORE_CPP_FILES := $(addprefix $(CORE_PATH)/,\
6363
spiffs/spiffs_hydrogen.cpp \
6464
spiffs/spiffs_nucleus.cpp \
6565
libb64/cencode.cpp \
66+
libb64/cdecode.cpp \
6667
Schedule.cpp \
6768
)
6869

0 commit comments

Comments
 (0)