Search for verstag.h in app subdirs first.
[bertos.git] / mware / pgm.h
index 673b143dca7fca89db86ac27833b7cd4c448897d..4bd1018c451f7020f598f2800b6f812698591795 100755 (executable)
@@ -210,12 +210,12 @@ typedef PROGMEM uint32_t pgm_uint32_t;
 #ifdef _PROGMEM
        #define PGM_READ_CHAR(s) pgm_read_char(s)
        #define PGM_FUNC(x)      x ## _P
-       #define PGM_STR(x)       PSTR(x)
+       #define PGM_STR(x)       PSTR(x)
        #define PGM_ATTR         PROGMEM
 #else
        #define PGM_READ_CHAR(s) (*(s))
        #define PGM_FUNC(x)      x
-       #define PGM_STR(x)       x
+       #define PGM_STR(x)       x
        #define PGM_ATTR         /* nothing */
 #endif
 /* \} */