From f9a3b5cfa9b591096b80a7541323c4319da2d32d Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Wed, 8 Sep 2010 22:33:33 +0000 Subject: 1280 -> 1280/2560. --- cores/arduino/pins_arduino.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cores/arduino/pins_arduino.c') diff --git a/cores/arduino/pins_arduino.c b/cores/arduino/pins_arduino.c index b662058..0c816e9 100755 --- a/cores/arduino/pins_arduino.c +++ b/cores/arduino/pins_arduino.c @@ -78,7 +78,7 @@ #define PL 12 -#if defined(__AVR_ATmega1280__) +#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) const uint16_t PROGMEM port_to_mode_PGM[] = { NOT_A_PORT, &DDRA, -- cgit v1.2.3-18-g5258