1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

emulation on host: various fixes (#7355)

(trying to compile LEAmDNS2)
This commit is contained in:
david gauchard
2020-06-07 19:12:04 +02:00
committed by GitHub
parent 23febc189b
commit 45feadcb4a
4 changed files with 45 additions and 3 deletions

View File

@ -67,5 +67,6 @@ inline int vsnprintf_P(char *str, size_t size, const char *format, va_list ap) {
#define snprintf_P snprintf
#define sprintf_P sprintf
#define strncmp_P strncmp
#define strcat_P strcat
#endif