obdev / CrossPack-AVR

Script and associated files for building avr-gcc and related tools on Mac OS X with Xcode 4
GNU General Public License v2.0
230 stars 54 forks source link

REMAP pin mnemoics incorrect in iotn441.h #12

Open calcium3000 opened 6 years ago

calcium3000 commented 6 years ago

Lines 376 and 377 of iotn441.h incorrectly define U0MAP and SPIMAP as 1 and 0, respectively, when they should be reversed (U0MAP = 0, SPIMAP = 1).