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

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

[avr-libc-dev] typo in iox128a1.h


From: Dominic Rathje
Subject: [avr-libc-dev] typo in iox128a1.h
Date: Thu, 08 Apr 2010 23:56:34 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100317)

Hello,

i think there is a little failure in the device header file for the
ATXmega128A1 (iox128a1.h)

the line 2261:
     TC_EVACT_FRW_gc = (0x05<<5),  /* Frequency Capture */

should be
     TC_EVACT_FRQ_gc = (0x05<<5),  /* Frequency Capture */

as in the datasheet (XMEGA A MANUAL) the certein configuration is called
FRQ for Frequency Capture.

Im not shure who is actually responsible for the headerfiles an who i
should contact with this problem.

Thank you for your help.

Regards
Dominic Rathje





reply via email to

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