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

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

Re: [avr-libc-dev] avrlibc bug (fwd)


From: E. Weddington
Subject: Re: [avr-libc-dev] avrlibc bug (fwd)
Date: Tue, 19 Oct 2004 09:46:01 -0600
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)

Theodore A. Roth wrote:

---------- Forwarded message ----------
Date: Sat, 16 Oct 2004 11:26:34 +0200
From: address@hidden
To: address@hidden
Subject: avrlibc bug

Hi arcanum!

i found a problem in iom64.h file at 830 line.
#define    ADFR         5

the atmega64 (doc2490.pdf) datasheet write ADATE, and not ADFR


/* ADC Control and status Register A - ADCSRA */
#define    ADEN         7
#define    ADSC         6
#define    ADFR         5
#define    ADIF         4
#define    ADIE         3
#define    ADPS2        2
#define    ADPS1        1
#define    ADPS0        0


i think the correct is

/* ADC Control and status Register A - ADCSRA */
#define    ADEN         7
#define    ADSC         6
#define    ADATE        5
#define    ADIF         4
#define    ADIE         3
#define    ADPS2        2
#define    ADPS1        1
#define    ADPS0        0




Confirmed. I filled out a bug tracker for it. I'll take care of this.

Thanks
Eric




reply via email to

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