]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/setbaud_asm.inc
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / test_src / setbaud_asm.inc
index a68832ee4ca114a2c0c86cbe91b1a5522132430b..e8fc41c214c91aec71dec021be20f0327beb5c5d 100644 (file)
@@ -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
  */
 
 #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)