From 02f284011f7e26f52cbbc3c70480989b6c628299 Mon Sep 17 00:00:00 2001 From: David Gauchard Date: Tue, 27 Feb 2024 00:19:05 +0100 Subject: [PATCH] emulation-on-host: +memcmp_P --- tests/host/sys/pgmspace.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/host/sys/pgmspace.h b/tests/host/sys/pgmspace.h index ef878eaaff..ac60cb15be 100644 --- a/tests/host/sys/pgmspace.h +++ b/tests/host/sys/pgmspace.h @@ -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