From 8649139c820b5aaa408624eb53add98b3ce5749a Mon Sep 17 00:00:00 2001 From: bernie Date: Wed, 22 Mar 2006 09:50:56 +0000 Subject: [PATCH] Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@584 38d2e660-2303-0410-9eaa-f027e97ec537 --- mware/pgm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 /* \} */ -- 2.25.1