Skip to content

Commit ad28ed8

Browse files
committed
Definition of F() macro
1 parent 6731be9 commit ad28ed8

File tree

1 file changed

+1
-0
lines changed
  • hardware/esp8266com/esp8266/cores/esp8266

1 file changed

+1
-0
lines changed

hardware/esp8266com/esp8266/cores/esp8266/pgmspace.h

Lines changed: 1 addition & 0 deletions
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)