X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-test-common.h;h=6846d169fd736261d8131595ba08550ec831613d;hb=e542ff92d053ecf40b42364a44bc887431cecae2;hp=9c65523d718d007bfd777d8828db37eaa6f2cf82;hpb=b97b5aeaa3569443d9b95a77a388c6615b33f9e3;p=avr-crypto-lib.git diff --git a/test_src/main-test-common.h b/test_src/main-test-common.h index 9c65523..6846d16 100644 --- a/test_src/main-test-common.h +++ b/test_src/main-test-common.h @@ -28,11 +28,11 @@ #include "config.h" #include "cli.h" #include "dump.h" -#include "uart_i.h" +#include "uart.h" #include "debug.h" #include void main_setup(void); -void welcome_msg(const char* algoname); +void welcome_msg(const char *algoname); #endif /* MAINTESTCOMMON_H_ */