[avr-libc-dev] [bug #15466] iomx8.h file has incorrect bit fields for TIMSK1

2006-01-17 Thread Joerg Wunsch
Update of bug #15466 (project avr-libc): Status:None = Invalid Open/Closed:Open = Closed ___ Follow-up Comment #1: Please upgrade

[avr-libc-dev] [bug #15466] iomx8.h file has incorrect bit fields for TIMSK1

2006-01-16 Thread anonymous
URL: http://savannah.nongnu.org/bugs/?func=detailitemitem_id=15466 Summary: iomx8.h file has incorrect bit fields for TIMSK1 Project: AVR C Runtime Library Submitted by: None Submitted on: Tue 01/17/06 at 04:55 Category:

Re: [avr-libc-dev] [bug #15466] iomx8.h file has incorrect bit fields for TIMSK1

2006-01-16 Thread Galen Seitz
Details: My current iomx8.h has on (line 391) #define TIMSK1 _SFR_MEM8 (0x6F) /* TIMSK1 */ #define ICIE1 5 #define OCIE1B 3 #define OCIE1A 2 #define TOIE1 0 OCIE1B and OCIE1A are incorrect bit positions should be #define ICIE1 5 #define OCIE1B 2 #define OCIE1A 1