X-Git-Url: https://git.cryptolib.org/avr-crypto-lib.git?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-test-common.c;h=4f9a6bee4b6b3bb34f0a66d820c2726e62568aff;hp=fc1884663006ded6d4e8dbdaa3b1f2c78ae19fc2;hb=38e12ca0d3a9df2ca6809ab88fb2ea32e5aed8f8;hpb=3493423b0ece2e622315fb91c250e707888a0e19 diff --git a/test_src/main-test-common.c b/test_src/main-test-common.c index fc18846..4f9a6be 100644 --- a/test_src/main-test-common.c +++ b/test_src/main-test-common.c @@ -26,7 +26,7 @@ void main_setup(void){ } void welcome_msg(const char* algoname){ - cli_putstr_P(PSTR("\r\n\r\nARM-Crypto-Lib VS (")); + cli_putstr_P(PSTR("\r\n\r\nAVR-Crypto-Lib VS (")); cli_putstr(algoname); cli_putstr_P(PSTR("; ")); cli_putstr(__DATE__);