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:
parent
2064d437a3
commit
760dbeeda9
@ -82,5 +82,6 @@ inline int vsnprintf_P(char* str, size_t size, const char* format, va_list ap)
|
|||||||
#define strncmp_P strncmp
|
#define strncmp_P strncmp
|
||||||
#define strncasecmp_P strncasecmp
|
#define strncasecmp_P strncasecmp
|
||||||
#define strcat_P strcat
|
#define strcat_P strcat
|
||||||
|
#define memcmp_P memcmp
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user