diff options
Diffstat (limited to 'cores/robot')
-rwxr-xr-x | cores/robot/Arduino.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cores/robot/Arduino.h b/cores/robot/Arduino.h index 93a3525..5da518f 100755 --- a/cores/robot/Arduino.h +++ b/cores/robot/Arduino.h @@ -168,6 +168,8 @@ extern const uint8_t PROGMEM digital_pin_to_timer_PGM[]; #define NOT_A_PIN 0 #define NOT_A_PORT 0 +#define NOT_AN_INTERRUPT -1 + #ifdef ARDUINO_MAIN #define PA 1 #define PB 2 |