1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Fixed missing NOT_AN_INTERRUPT constant in digitalPinToInterrupt()

Fixes #2379
This commit is contained in:
Cristian Maglie
2014-10-21 16:55:37 +02:00
parent ed5ad426dd
commit 58b6fd4789
3 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,9 @@ ARDUINO 1.0.7
* Backported GSM from IDE 1.5.x
* EthernetClien: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)
[core]
* Fixed missing NOT_AN_INTERRUPT constant in digitalPinToInterrupt() macro
ARDUINO 1.0.6 - 2014.09.16
[core]