We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0341ca0 commit afae7a8Copy full SHA for afae7a8
cores/arduino/Arduino.h
@@ -43,8 +43,6 @@ extern "C"{
43
#define clockCyclesToMicroseconds(a) ( ((a) * 1000L) / (SYSTEM_CORE_CLOCK / 1000L) )
44
#define microsecondsToClockCycles(a) ( (a) * (SYSTEM_CORE_CLOCK / 1000000L) )
45
46
-#define digitalPinToInterrupt(P) ( P )
47
-
48
void yield(void);
49
50
/* sketch */
0 commit comments