From 2be374cc6c1718acb92bae8846d8bb7248bb9d2c Mon Sep 17 00:00:00 2001 From: Clemens Kirchgatterer Date: Sat, 16 Feb 2019 21:39:30 +0100 Subject: [PATCH] emulation on host: Add base64 decode library to mock files (#5764) Fixes missing symbols during linking of sketches that use them. --- tests/host/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/host/Makefile b/tests/host/Makefile index 38393f824..17007f444 100644 --- a/tests/host/Makefile +++ b/tests/host/Makefile @@ -63,6 +63,7 @@ CORE_CPP_FILES := $(addprefix $(CORE_PATH)/,\ spiffs/spiffs_hydrogen.cpp \ spiffs/spiffs_nucleus.cpp \ libb64/cencode.cpp \ + libb64/cdecode.cpp \ Schedule.cpp \ )