Skip to content

Commit a0f6beb

Browse files
committed
TEMP: Revert "Redefine F() as no-op"
This reverts commit d316aa6 to allow running CI tests on a known baseline
1 parent bdfbf2b commit a0f6beb

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) (str)
31-
3229
#ifdef __cplusplus
3330
extern "C"{
3431
#endif

0 commit comments

Comments
 (0)