X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fuart.c;h=82542112260d897bc5b408bc83f57c62da788093;hb=a0ce7501a539a69774754515268ab02297dabba7;hp=e35106cf816ae683822a74712dcee12d654ca973;hpb=2159c273c9d3361571a6ff1ab63d9bc76582fbab;p=avr-crypto-lib.git diff --git a/test_src/uart.c b/test_src/uart.c index e35106c..8254211 100644 --- a/test_src/uart.c +++ b/test_src/uart.c @@ -1,6 +1,6 @@ /* uart.c */ /* - This file is part of the Crypto-avr-lib/microcrypt-lib. + This file is part of the AVR-Crypto-Lib. Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -33,6 +33,9 @@ #define UBRRH UBRR0H #define UBRRL UBRR0L #define URSEL UMSEL +#define USART_UDRE_vect USART0_UDRE_vect +#define USART_RXC_vect USART0_RX_vect +#define UCSRA UCSR0A #endif #ifdef ATMEGA644