Bug#410831: PCMSKx registers transposed in header for attinyX61

2007-02-13 Thread Terran Melconian
Package: avr-libc Version: 1.4.5-2 Severity: important In avr/iotnx61.h, the PCMSK registers are defined as follows: #define PCMSK0 _SFR_IO8(0x22) #define PCMSK1 _SFR_IO8(0x23) These are swapped with each other. The correct definition is: #define PCMSK0 _SFR_IO8(0x23) #define PCMSK1 _SFR_I

Bug#410831: PCMSKx registers transposed in header for attinyX61

2007-02-14 Thread Hakan Ardo
Hi, thanx for the repport. I've forwarded it upstream as bug #19060: http://savannah.nongnu.org/bugs/index.php?19060 On 2/13/07, Terran Melconian <[EMAIL PROTECTED]> wrote: Package: avr-libc Version: 1.4.5-2 Severity: important In avr/iotnx61.h, the PCMSK registers are defined as follows: #