Skip to content

Commit

Permalink
detect ESP8266 as no PCINT_NO_MAPS
Browse files Browse the repository at this point in the history
  • Loading branch information
neu-rah committed Oct 11, 2017
1 parent 5811087 commit 99ed0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=PCINT r-site.net
version=4.0.5
version=4.0.6
author=Rui Azevedo, [email protected]
maintainer=neu-rah, [email protected]
sentence=Arduino Pin change monitor
Expand Down
2 changes: 1 addition & 1 deletion src/pcint.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Nov.2014 large changes
#endif
defined(RSITE_TEENSY3) || defined(ARDUINO_SAM_DUE)*/

#if defined(__arm__)
#if defined(__arm__) || defined(ESP8266)
#warning Compiling for arm
#define PCINT_NO_MAPS
#endif
Expand Down

0 comments on commit 99ed0f8

Please sign in to comment.