aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/wiring_private.h
diff options
context:
space:
mode:
authorKristian Lauszus <lauszus@gmail.com>2012-06-02 20:08:46 +0200
committerKristian Lauszus <lauszus@gmail.com>2012-06-02 20:08:46 +0200
commit4ed0bd2bd562ad815e62e0a2dbb34d854d2c6929 (patch)
treed81d82580c104978640f062ffa7abc4b5b2dd578 /cores/arduino/wiring_private.h
parent810803c6d3ab33a4496a89f41ef7e1dda15e8680 (diff)
Added support for interrupt on INT2 and INT3 on the Leonardo
Diffstat (limited to 'cores/arduino/wiring_private.h')
-rwxr-xr-xcores/arduino/wiring_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cores/arduino/wiring_private.h b/cores/arduino/wiring_private.h
index f0ceb0c..026ce1a 100755
--- a/cores/arduino/wiring_private.h
+++ b/cores/arduino/wiring_private.h
@@ -56,6 +56,8 @@ extern "C"{
#define EXTERNAL_NUM_INTERRUPTS 8
#elif defined(__AVR_ATmega1284P__)
#define EXTERNAL_NUM_INTERRUPTS 3
+#elif defined(__AVR_ATmega32U4__)
+#define EXTERNAL_NUM_INTERRUPTS 4
#else
#define EXTERNAL_NUM_INTERRUPTS 2
#endif