avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Galen Seitz
Subject: Re: [avr-libc-dev] [bug #15466] iomx8.h file has incorrect bit fields for TIMSK1
Date: Mon, 16 Jan 2006 21:16:26 -0800

> 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
> #define TOIE1   0
> 

Your iomx8.h appears to be quite old.  This was fixed back in Sept. 2004
and made it into the 1.2.0 release.  It might be time to upgrade.

http://cvs.savannah.nongnu.org/viewcvs/avr-libc/include/avr/iomx8.h?annotate=1.12&root=avr-libc

galen
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]