Skip to content

Commit afae7a8

Browse files
committed
Revert "define digitalPinToInterrupt for backwards compatibility"
This reverts commit 5f3ee5b.
1 parent 0341ca0 commit afae7a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cores/arduino/Arduino.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ extern "C"{
4343
#define clockCyclesToMicroseconds(a) ( ((a) * 1000L) / (SYSTEM_CORE_CLOCK / 1000L) )
4444
#define microsecondsToClockCycles(a) ( (a) * (SYSTEM_CORE_CLOCK / 1000000L) )
4545

46-
#define digitalPinToInterrupt(P) ( P )
47-
4846
void yield(void);
4947

5048
/* sketch */

0 commit comments

Comments
 (0)