X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-test-common.c;h=f5aed4a03563bfa41fa0282c3f57eb137d298158;hp=51dc8a3f161fa47155ec289ab5e8ad30bd526acf;hb=7edc452f9303d020656a094a465a3f45cacf8587;hpb=fdbda6486df88be6ac2ba948f21e84c396499535 diff --git a/test_src/main-test-common.c b/test_src/main-test-common.c index 51dc8a3..f5aed4a 100644 --- a/test_src/main-test-common.c +++ b/test_src/main-test-common.c @@ -52,5 +52,5 @@ void welcome_msg(const char* algoname){ cli_putstr(__TIME__); cli_putstr_P(PSTR(")\r\nloaded and running\r\n")); */ - printf_P(PSTR("\n\nAVR-Crypto-Lib VS(%s; %s %s)\nloaded and running\n"), algoname, __DATE__, __TIME__); + printf_P(PSTR("\n\nAVR-Crypto-Lib VS (%s; %s %s)\nloaded and running\n"), algoname, __DATE__, __TIME__); }