Skip to content

Commit d202f8b

Browse files
d-a-vhasenradball
authored andcommitted
emulation-on-host: +memcmp_P (esp8266#9093)
1 parent 771f435 commit d202f8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/host/sys/pgmspace.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ inline int vsnprintf_P(char* str, size_t size, const char* format, va_list ap)
8282
#define strncmp_P strncmp
8383
#define strncasecmp_P strncasecmp
8484
#define strcat_P strcat
85+
#define memcmp_P memcmp
8586

8687
#endif

0 commit comments

Comments
 (0)