Skip to content

Commit

Permalink
Minor AVR check change
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Dec 5, 2015
1 parent e80afd8 commit 4c1b2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PinChangeInterrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.

#include "Arduino.h"

#ifdef ARDUINO_ARCH_ARM
#ifndef ARDUINO_ARCH_AVR
#error This library can only be used with AVR
#endif

Expand Down

0 comments on commit 4c1b2dc

Please sign in to comment.