[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-gcc-list] Typo in iotnx61.h?
From: |
Weddington, Eric |
Subject: |
RE: [avr-gcc-list] Typo in iotnx61.h? |
Date: |
Mon, 8 Sep 2008 10:47:00 -0600 |
> -----Original Message-----
> From:
> address@hidden
> [mailto:address@hidden
> org] On Behalf Of Ruud Vlaming
> Sent: Monday, September 08, 2008 9:33 AM
> To: address@hidden
> Subject: [avr-gcc-list] Typo in iotnx61.h?
>
> Just for the record, i think there is a typo in the file:
> avr-libc-1.6.2/include/avr/iotnx61.h
>
> #define TCCR0B _SFR_IO8(0x33)
> #define CS00 0
> #define CS01 1
> #define CS02 2
> #define PSR0 3
> #define TMS 4
>
> the last line should read
> #define TSM 4
>
> I searched for it in the bug-database but could not find it reported.
> It is present in avr-libc-1.6.1/include/avr/iotnx61.h as well.
>
> Ruud
Thanks Ruud. Confirmed and now fixed and committed for HEAD and 1.6 branch.
Eric Weddington