Re: [Mspgcc-users] bug in timera.h

2006-03-01 Thread Bart van Deenen
On 1-mrt-2006, at 13:34, Albert Bartoszko wrote: Bart van Deenen napisał(a): Hi all I'm just starting some experimenting with an easyWebII board, using the articles on onlamp.com as a guideline. I've found a bug in the header file (cvs 1.12) , which defines ID_3 as (3<<6). This should be

Re: [Mspgcc-users] bug in timera.h

2006-03-01 Thread Albert Bartoszko
Bart van Deenen napisał(a): > Hi all > > I'm just starting some experimenting with an easyWebII board, using > the articles on onlamp.com as a guideline. I've found a bug in the > header file (cvs 1.12) , which defines ID_3 as (3<<6). This > should be (3<<4). The same goes for the other clock

[Mspgcc-users] bug in timera.h

2006-03-01 Thread Bart van Deenen
Hi all I'm just starting some experimenting with an easyWebII board, using the articles on onlamp.com as a guideline. I've found a bug in the header file (cvs 1.12) , which defines ID_3 as (3<<6). This should be (3<<4). The same goes for the other clock divider constants ID_0, 1 and 2.\