diff --git a/cores/esp8266/pgmspace.h b/cores/esp8266/pgmspace.h index 3ccc8ef9d1..2b9c3d6b02 100644 --- a/cores/esp8266/pgmspace.h +++ b/cores/esp8266/pgmspace.h @@ -21,7 +21,7 @@ #define __STRINGIZE_NX(A) #A #define __STRINGIZE(A) __STRINGIZE_NX(A) -#define PROGMEM __attribute__((section( ".irom.text." __FILE__ "." __STRINGIZE(__LINE__) "." __STRINGIZE(__COUNTER__)))) +#define PROGMEM __attribute__((section( "\".irom.text." __FILE__ "." __STRINGIZE(__LINE__) "." __STRINGIZE(__COUNTER__) "\""))) #define PGM_P const char * #define PGM_VOID_P const void *