]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-entropium-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-entropium-test.c
index 36a098754b0087e41b7ef5ce7fc326635f364e53..92dc8efcfd3deae70bf2ad61ee05cb3e86cadb69 100644 (file)
@@ -95,7 +95,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_entropium},
        { test_str,        NULL, testrun_entropium},
        { performance_str, NULL, testrun_performance_entropium},