From: bernie Date: Wed, 22 Mar 2006 09:50:56 +0000 (+0000) Subject: Reformat. X-Git-Tag: 1.0.0~657 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=8649139c820b5aaa408624eb53add98b3ce5749a;p=bertos.git Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@584 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/mware/pgm.h b/mware/pgm.h index 673b143d..4bd1018c 100755 --- a/mware/pgm.h +++ b/mware/pgm.h @@ -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 /* \} */