56 lines
604 B
C
56 lines
604 B
C
#ifndef U2X
|
|
#define U2X U2X0
|
|
#endif
|
|
|
|
#ifndef UCSZ0
|
|
#define UCSZ0 UCSZ00
|
|
#endif
|
|
|
|
#ifndef UCSZ1
|
|
#define UCSZ1 UCSZ01
|
|
#endif
|
|
|
|
#ifndef TXEN
|
|
#define TXEN TXEN0
|
|
#endif
|
|
|
|
#ifndef RXEN
|
|
#define RXEN RXEN0
|
|
#endif
|
|
|
|
#ifndef RXCIE
|
|
#define RXCIE RXCIE0
|
|
#endif
|
|
|
|
#ifndef UDRE
|
|
#define UDRE UDRE0
|
|
#endif
|
|
|
|
#ifndef UCSRA
|
|
#define UCSRA UCSR0A
|
|
#endif
|
|
|
|
#ifndef UCSRB
|
|
#define UCSRB UCSR0B
|
|
#endif
|
|
|
|
#ifndef UCSRC
|
|
#define UCSRC UCSR0C
|
|
#endif
|
|
|
|
#ifndef UBRRH
|
|
#define UBRRH UBRR0H
|
|
#endif
|
|
|
|
#ifndef UBRRL
|
|
#define UBRRL UBRR0L
|
|
#endif
|
|
|
|
#ifndef UDR
|
|
#define UDR UDR0
|
|
#endif
|
|
|
|
#ifndef USART_RX_vect
|
|
#define USART_RX_vect USART_RXC_vect
|
|
#endif
|