We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a1dd9 commit 7dde89dCopy full SHA for 7dde89d
cores/arduino/Arduino.h
@@ -27,7 +27,7 @@
27
#include <avr/interrupt.h>
28
29
#undef F
30
-#define F(str) (str)
+#define F(str) (const __FlashStringHelper*)(str)
31
32
#ifdef __cplusplus
33
extern "C"{
0 commit comments