1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-13 23:48:28 +03:00

Using NOT_AN_INTERRUPT defined constant

This commit is contained in:
Cristian Maglie
2013-10-01 18:15:31 +02:00
parent fca3a87c71
commit 8f1e3fd703
7 changed files with 9 additions and 5 deletions

View File

@@ -65,6 +65,8 @@ extern void loop( void ) ;
//#define NOT_A_PIN 0 // defined in pio.h/EPioType
#define NOT_A_PORT 0
#define NOT_AN_INTERRUPT -1
typedef enum _EExt_Interrupts
{
EXTERNAL_INT_0=0,