]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-trivium-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-trivium-test.c
index 9961222866467175002d672646a78a7ff534dd1e..bf05a81f0b3568249ffbf02bf73772616317715b 100644 (file)
@@ -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},