]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/debug.c
adjusting test system debug uart reference
[avr-crypto-lib.git] / test_src / debug.c
index 797fd2e4cecce4ea3a0991ad44f6ef785e449913..799ccdf5762b499b65e504725e8b7f943bfbf2a7 100644 (file)
@@ -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