Skip to content

Commit 99ed0f8

Browse files
committed
detect ESP8266 as no PCINT_NO_MAPS
1 parent 5811087 commit 99ed0f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=PCINT r-site.net
2-
version=4.0.5
2+
version=4.0.6
33
author=Rui Azevedo, ruihfazevedo@gmail.com
44
maintainer=neu-rah, ruihfazevedo@gmail.com
55
sentence=Arduino Pin change monitor

src/pcint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Nov.2014 large changes
3434
#endif
3535
defined(RSITE_TEENSY3) || defined(ARDUINO_SAM_DUE)*/
3636

37-
#if defined(__arm__)
37+
#if defined(__arm__) || defined(ESP8266)
3838
#warning Compiling for arm
3939
#define PCINT_NO_MAPS
4040
#endif

0 commit comments

Comments
 (0)