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

emulation-on-host: +memcmp_P (#9093)

This commit is contained in:
david gauchard 2024-03-17 19:52:26 +01:00 committed by GitHub
parent 2064d437a3
commit 760dbeeda9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,5 +82,6 @@ inline int vsnprintf_P(char* str, size_t size, const char* format, va_list ap)
#define strncmp_P strncmp
#define strncasecmp_P strncasecmp
#define strcat_P strcat
#define memcmp_P memcmp
#endif