]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-shabea-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-shabea-test.c
index 8605640271c9b2127df660567944091f9ffc8de8..5748b9499ac987de6032dbe83932bd2366d7289f 100644 (file)
@@ -171,7 +171,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_shabea},
        { test_str,        NULL, testrun_shabea},
        { performance_str, NULL, testrun_performance_shabea},