X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fdebug.c;h=799ccdf5762b499b65e504725e8b7f943bfbf2a7;hp=797fd2e4cecce4ea3a0991ad44f6ef785e449913;hb=deca11a7e7be5605c387aa2cd577e22925854ff8;hpb=22985930c9c2c610ae18e2d8df0f3ea78a082134 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