Skip to content

Commit 02db2c7

Browse files
committed
Using NOT_AN_INTERRUPT defined constant
1 parent 6c7fc81 commit 02db2c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/arduino/Arduino.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ extern void loop( void ) ;
6565
//#define NOT_A_PIN 0 // defined in pio.h/EPioType
6666
#define NOT_A_PORT 0
6767

68+
#define NOT_AN_INTERRUPT -1
69+
6870
typedef enum _EExt_Interrupts
6971
{
7072
EXTERNAL_INT_0=0,

0 commit comments

Comments
 (0)