Skip to content

Commit

Permalink
Add support for the rest of the megaAVR-0 chips
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude authored Nov 11, 2020
1 parent 85dbcca commit 9bb121c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/utility/Sd2PinMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@

#endif // Sd2PinMap_h

#elif defined(__AVR_ATmega4809__) // Arduino UNO WiFI Rev2 follows
#elif defined(__AVR_ATmega4809__) || defined(__AVR_ATmega4808__) || \
defined(__AVR_ATmega3209__) || defined(__AVR_ATmega3208__) || \
defined(__AVR_ATmega1609__) || defined(__AVR_ATmega1608__) || \
defined(__AVR_ATmega809__) || defined(__AVR_ATmega808__)

#ifndef Sd2PinMap_h
#define Sd2PinMap_h
Expand Down

0 comments on commit 9bb121c

Please sign in to comment.