From 830b3acbefd9808b61291368758519c167e93b77 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 16 May 2021 21:59:29 +0200 Subject: [PATCH] Add strcpy_P for native builds --- include/hasp_conf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hasp_conf.h b/include/hasp_conf.h index ac40b629..8d9aabbc 100644 --- a/include/hasp_conf.h +++ b/include/hasp_conf.h @@ -299,6 +299,7 @@ static WiFiSpiClass WiFi; #define memcpy_P memcpy #define strcasecmp_P strcasecmp #define strcmp_P strcmp +#define strcpy_P strcpy #define strstr_P strstr #define halRestartMcu() #define millis SDL_GetTicks