Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ ARDUINO_LIBS := \
base64.cpp \
LwipIntf.cpp \
LwipIntfCB.cpp \
debug.cpp \
) \
$(addprefix $(abspath ../../libraries/ESP8266WiFi/src)/,\
ESP8266WiFi.cpp \
Expand Down
1 change: 1 addition & 0 deletions tests/host/common/mock.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ uint32_t esp_get_cycle_count();
#ifdef __cplusplus
extern "C" {
#endif
#include <osapi.h>
int ets_printf (const char* fmt, ...) __attribute__ ((format (printf, 1, 2)));
#define os_printf_plus printf
#define ets_vsnprintf vsnprintf
Expand Down