Skip to content

Commit ecbb531

Browse files
committed
Use standard avr/pgmspace.h and not undefine F
1 parent 737660e commit ecbb531

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: cores/arduino/Arduino.h

-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
#include <avr/io.h>
2727
#include <avr/interrupt.h>
2828

29-
#undef F
30-
#define F(str) (const __FlashStringHelper*)(str)
31-
3229
#ifdef __cplusplus
3330
extern "C"{
3431
#endif

0 commit comments

Comments
 (0)