1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-22 21:23:07 +03:00

mock: +hexdump() from debug.cpp (#7789)

This commit is contained in:
david gauchard 2020-12-22 22:50:53 +01:00 committed by GitHub
parent 51c2a1437b
commit e25ad86c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -301,6 +301,7 @@ ARDUINO_LIBS := \
base64.cpp \
LwipIntf.cpp \
LwipIntfCB.cpp \
debug.cpp \
) \
$(addprefix $(abspath ../../libraries/ESP8266WiFi/src)/,\
ESP8266WiFi.cpp \

View File

@ -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