X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-mugi-test.c;h=e868907444b5d0029e85bbbb8a7d1983995255ea;hb=b97b5aeaa3569443d9b95a77a388c6615b33f9e3;hp=7dd5691fd4cac51983c22469a9800c3332b1f91e;hpb=302f07c97444e2f5f5560dc2fd9af58d4b591d45;p=avr-crypto-lib.git diff --git a/test_src/main-mugi-test.c b/test_src/main-mugi-test.c index 7dd5691..e868907 100644 --- a/test_src/main-mugi-test.c +++ b/test_src/main-mugi-test.c @@ -118,7 +118,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_arcfour }, { test_str, NULL, testrun_mugi}, { performance_str, NULL, testrun_performance_mugi},