X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fsetbaud_asm.inc;h=e8fc41c214c91aec71dec021be20f0327beb5c5d;hb=d9352fc79fbdee0cf3288809b104ea196ea85693;hp=a68832ee4ca114a2c0c86cbe91b1a5522132430b;hpb=751dde0799ad6190c21e8699b2f6e989b01acdd5;p=avr-crypto-lib.git diff --git a/test_src/setbaud_asm.inc b/test_src/setbaud_asm.inc index a68832e..e8fc41c 100644 --- a/test_src/setbaud_asm.inc +++ b/test_src/setbaud_asm.inc @@ -1,6 +1,6 @@ /* This file is part of the AVR-uart_ni. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,11 +22,11 @@ */ #ifndef F_CPU -# error "uart_ni requires F_CPU to be defined" +# error "uart_i requires F_CPU to be defined" #endif #ifndef BAUD -# error "uart_ni requires UART0_BAUD_RATE to be defined" +# error "uart_i requires UART0_BAUD_RATE to be defined" #endif #if !(F_CPU)