]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bigint/bigint.c
switching uart header file
[avr-crypto-lib.git] / bigint / bigint.c
index 7ac550bebeb8966f75790a763fbb7f17a5435a25..6d77cdf802231412bf1f4211f6ff68c60d1a1b31 100644 (file)
@@ -1,7 +1,7 @@
 /* bigint.c */
 /*
     This file is part of the ARM-Crypto-Lib.
-    Copyright (C) 2008  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
@@ -61,7 +61,7 @@
 
 #if DEBUG
 #include "cli.h"
-#include "uart_i.h"
+#include "uart.h"
 #include "bigint_io.h"
 #endif