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.
2 parents 71b74e1 + 34d47e4 commit 1e60c31Copy full SHA for 1e60c31
cores/asr650x/Arduino.h
@@ -77,6 +77,7 @@
77
#define _max(a,b) ((a)>(b)?(a):(b))
78
#define noInterrupts() CyGlobalIntDisable
79
#define interrupts() CyGlobalIntEnable
80
+#define digitalPinToInterrupt(p) ( p )
81
82
#define clockCyclesPerMicrosecond() ( 48L ) // clock cycle 48 MHz
83
#define clockCyclesToMicroseconds(a) ( (a) / clockCyclesPerMicrosecond() )
0 commit comments