X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-base64-test.c;h=6bcdde150bed802610e3c091da9e841f506650fd;hp=caf60fa4723864f485add9cea8836a7e3795e684;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8 diff --git a/test_src/main-base64-test.c b/test_src/main-base64-test.c index caf60fa..6bcdde1 100644 --- a/test_src/main-base64-test.c +++ b/test_src/main-base64-test.c @@ -144,7 +144,7 @@ const char test_str[] PROGMEM = "test"; const char performance_str[] PROGMEM = "performance"; const char echo_str[] PROGMEM = "echo"; -cmdlist_entry_t cmdlist[] PROGMEM = { +const cmdlist_entry_t cmdlist[] PROGMEM = { { test_str, NULL, testrun_stdtest_base64}, { performance_str, NULL, testrun_performance_base64}, { echo_str, (void*)1, (void_fpt)echo_ctrl},