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

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

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


From: Theodore A. Roth
Subject: [avr-libc-dev] avrlibc bug (fwd)
Date: Mon, 18 Oct 2004 20:36:12 -0700 (PDT)

---------- 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



sorry, i little speak english

good bye








reply via email to

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