]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-a5_1-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-a5_1-test.c
index 6a0edc8d7db6a794f97d5330b6bf063ac07c42e5..34e6739cc0329bbabd53e4abaa8ad702edba06ea 100644 (file)
@@ -68,7 +68,7 @@ const char testkey_str[]     PROGMEM = "testkey";
 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_a51, NULL},
 /*     { performance_str, NULL, testrun_performance_a51, NULL}, */
        { echo_str,    (void*)1, (void_fpt)echo_ctrl, NULL},