X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-test-common.h;h=93c5768e48f141ebfc0166f4052ea7d78e7ee062;hb=1f6be6ce98d01772fbb1f4d5205a13bea896a1f1;hp=d2ae9c62a732c6fafd491d07dac66252cd10c2d9;hpb=179fb2868578a3420f670b5500123bafb95f7713;p=avr-crypto-lib.git diff --git a/test_src/main-test-common.h b/test_src/main-test-common.h index d2ae9c6..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 @@ -24,14 +24,15 @@ #include #include #include +#include #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_ */