Skip to content

Commit 7c5555d

Browse files
committed
Set F as no-op and define __FlashStringHelper as char
1 parent d5799ab commit 7c5555d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: cores/arduino/Arduino.h

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
#include <avr/io.h>
2626
#include <avr/interrupt.h>
2727

28+
#undef F
29+
#define F(str) (str)
30+
#define __FlashStringHelper char
31+
2832
#ifdef __cplusplus
2933
extern "C"{
3034
#endif

0 commit comments

Comments
 (0)