X-Git-Url: https://git.cryptolib.org/avr-crypto-lib.git?a=blobdiff_plain;f=test_src%2Fmain-trivium-test.c;h=bf05a81f0b3568249ffbf02bf73772616317715b;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hp=9961222866467175002d672646a78a7ff534dd1e;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8;p=avr-crypto-lib.git diff --git a/test_src/main-trivium-test.c b/test_src/main-trivium-test.c index 9961222..bf05a81 100644 --- a/test_src/main-trivium-test.c +++ b/test_src/main-trivium-test.c @@ -134,7 +134,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 = { { nessie_str, NULL, testrun_nessie_trivium}, { test_str, NULL, testrun_trivium}, { performance_str, NULL, testrun_performance_trivium},