[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-libc-dev] New device support: AT90CAN128
From: |
Pawel Moll |
Subject: |
Re: [avr-libc-dev] New device support: AT90CAN128 |
Date: |
Tue, 27 Apr 2004 10:53:29 +0200 |
User-agent: |
Mutt/1.4.2.1i |
> > > /* RegDef: USART0 I/O Data Register */
> > > #define UDR0 _SFR_MEM8(0xC6)
>
> Fixed in cvs now.
Another missed one is:
/* RegDef: CAN Data Message Register */
#define CANMSG _SFR_MEM8(0xFA)
A question: how should I act with those bugs? Should I send them
personally to Colin only, submit a bug on webpage or else...?
regards
--
- - - Hornet - - - - - - - - - - - - - - - Pawel Moll - - -
email: address@hidden
- - - Expect only the best, the worst will come itself - - -
- Re: [avr-libc-dev] New device support: AT90CAN128, (continued)
Re: [avr-libc-dev] New device support: AT90CAN128, Colin O'Flynn, 2004/04/22
Re: [avr-libc-dev] New device support: AT90CAN128, Pawel Moll, 2004/04/23
Re: [avr-libc-dev] New device support: AT90CAN128, Pawel Moll, 2004/04/26