Skip to content

Commit

Permalink
Minor fix for Teensy-LC (and any board with core pin defs)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Feb 3, 2015
1 parent 116f39d commit 46ab51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility/int_pins.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// interrupt pins for known boards

// Teensy and maybe others automatically define this info
#if !defined(CORE_INT0_PIN)
#if !defined(CORE_INT0_PIN) && !defined(CORE_INT1_PIN) && !defined(CORE_INT2_PIN)&& !defined(CORE_INT3_PIN)

// Arduino Mega
#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) // Arduino Mega
Expand Down

0 comments on commit 46ab51b

Please sign in to comment.