X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fdebug.c;h=00b264f8bd9ea41779c36b54a50ffce61533e95c;hp=797fd2e4cecce4ea3a0991ad44f6ef785e449913;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=3a9f9d918fb95474996af535c225a7e187d88372 diff --git a/test_src/debug.c b/test_src/debug.c index 797fd2e..00b264f 100644 --- a/test_src/debug.c +++ b/test_src/debug.c @@ -1,7 +1,7 @@ /* debug.c */ /* This file is part of the AVR-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 @@ -24,7 +24,7 @@ #include "config.h" #if DEBUG_METHOD == uart - #include "uart_i.h" + #include "uart.h" #else #error "Your DEBUG methode is not suported!" #endif