X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-test-common.h;h=93c5768e48f141ebfc0166f4052ea7d78e7ee062;hb=1f6be6ce98d01772fbb1f4d5205a13bea896a1f1;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..93c5768 100644 --- a/test_src/main-test-common.h +++ b/test_src/main-test-common.h @@ -1,7 +1,7 @@ /* main-test-common.h */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2011 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 @@ -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_ */