We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36b5d52 + e223f8e commit bc79a99Copy full SHA for bc79a99
hardware/arduino/cores/arduino/WString.h
@@ -35,7 +35,7 @@
35
// -std=c++0x
36
37
class __FlashStringHelper;
38
-#define F(string_literal) (reinterpret_cast<__FlashStringHelper *>(PSTR(string_literal)))
+#define F(string_literal) (reinterpret_cast<const __FlashStringHelper *>(PSTR(string_literal)))
39
40
// An inherited class for holding the result of a concatenation. These
41
// result objects are assumed to be writable by subsequent concatenations.
0 commit comments