URL:
<http://savannah.nongnu.org/bugs/?18964>
Summary: USART definitions *wrong* in iocanxx.h
Project: AVR C Runtime Library
Submitted by: None
Submitted on: Montag 05.02.2007 um 17:33 UTC
Category: Header
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: libc code
Status: None
Privacy: Public
Percent Complete: 0%
Assigned to: None
Originator Email: [EMAIL PROTECTED]
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
Hello
the iocanxx.h lacks some vector definitions.
I saw it because the Aversive lib uses the presence of the USART vectors to
detect if it is an UART or USART.
iocanxx.h :
/* USART0, Rx Complete */
#define USART0_RX_vect _VECTOR(21)
#define SIG_UART0_RECV _VECTOR(21)
iom128.h :
/* USART0, Rx Complete */
#define USART0_RX_vect _VECTOR(18)
#define SIG_USART0_RECV _VECTOR(18)
#define SIG_UART0_RECV _VECTOR(18)
it cis in my opinion logical to add the usart defined vectors.
Tschüss
christoph
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?18964>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.nongnu.org/
_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev