Skip to content

Commit de8831b

Browse files
committed
1280 -> 1280/2560.
1 parent a37983a commit de8831b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utility/w5100.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ class W5100Class {
308308
uint16_t RBASE[SOCKETS]; // Rx buffer base address
309309

310310
private:
311-
#if defined(__AVR_ATmega1280__)
311+
#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__)
312312
inline static void initSS() { DDRB |= _BV(4); };
313313
inline static void setSS() { PORTB &= ~_BV(4); };
314314
inline static void resetSS() { PORTB |= _BV(4); };

0 commit comments

Comments
 (0)