Skip to content

Commit ef75292

Browse files
committed
Definition of F() macro
1 parent b21ff94 commit ef75292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp8266/pgmspace.h

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#define PROGMEM
77
#define PGM_P const char *
88
#define PSTR(str) (str)
9+
#define F(str) (str)
910

1011
#define vsnprintf_P(...) vsnprintf( __VA_ARGS__ )
1112
#define snprintf_P(...) snprintf( __VA_ARGS__ )

0 commit comments

Comments
 (0)