diff options
Diffstat (limited to 'cores/arduino/pins_arduino.h')
-rw-r--r-- | cores/arduino/pins_arduino.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/pins_arduino.h b/cores/arduino/pins_arduino.h index 2e33565..bc931c5 100644 --- a/cores/arduino/pins_arduino.h +++ b/cores/arduino/pins_arduino.h @@ -49,7 +49,7 @@ #define TIMER5B 15 #define TIMER5C 16 -#if defined(__AVR_ATmega1280__) +#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) const static uint8_t SS = 53; const static uint8_t MOSI = 51; const static uint8_t MISO = 50; |