X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fdebug.c;h=799ccdf5762b499b65e504725e8b7f943bfbf2a7;hb=6c688ee8a14c2452afb4e3c855939b9d0dc858d7;hp=797fd2e4cecce4ea3a0991ad44f6ef785e449913;hpb=3a9f9d918fb95474996af535c225a7e187d88372;p=avr-crypto-lib.git diff --git a/test_src/debug.c b/test_src/debug.c index 797fd2e..799ccdf 100644 --- a/test_src/debug.c +++ b/test_src/debug.c @@ -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