Skip to content

Commit 9af57d4

Browse files
committed
Remove superfluous macro 'INCF'
1 parent 3d96dd4 commit 9af57d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Arduino_Threads.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ public: \
8686
#define CONCAT2(x,y) x##y
8787
#define CONCAT(x,y) CONCAT2(x,y)
8888

89-
#define INCF(F) INCF_(F)
90-
#define INCF_(F) #F
91-
9289
#define _macroToString(sequence) #sequence
9390

9491
class Arduino_Threads

0 commit comments

Comments
 (0)