1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Definition of F() macro

This commit is contained in:
Sermus
2015-04-04 07:02:28 +03:00
parent 6731be9127
commit ad28ed8df9

View File

@ -6,6 +6,7 @@
#define PROGMEM #define PROGMEM
#define PGM_P const char * #define PGM_P const char *
#define PSTR(str) (str) #define PSTR(str) (str)
#define F(str) (str)
#define vsnprintf_P(...) vsnprintf( __VA_ARGS__ ) #define vsnprintf_P(...) vsnprintf( __VA_ARGS__ )
#define snprintf_P(...) snprintf( __VA_ARGS__ ) #define snprintf_P(...) snprintf( __VA_ARGS__ )