We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29bedfa commit 2130f3eCopy full SHA for 2130f3e
doc/PROGMEM.rst
@@ -116,7 +116,7 @@ the ``F()`` macro and possibly the FPSTR() macro. These are defined in `WString.
116
#define FPSTR(pstr_pointer) (reinterpret_cast<const __FlashStringHelper *>(pstr_pointer))
117
#define F(string_literal) (FPSTR(PSTR(string_literal)))
118
119
-So ``FSPTR()`` takes a PROGMEM pointer to a string and casts it to this
+So ``FPSTR()`` takes a PROGMEM pointer to a string and casts it to this
120
``__FlashStringHelper`` class. Thus if you have defined a string as
121
above ``xyz`` you can use ``FPSTR()`` to convert it to
122
``__FlashStringHelper`` for passing into functions that take it.
0 commit comments