X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-a5_1-test.c;h=34e6739cc0329bbabd53e4abaa8ad702edba06ea;hb=38e12ca0d3a9df2ca6809ab88fb2ea32e5aed8f8;hp=6a0edc8d7db6a794f97d5330b6bf063ac07c42e5;hpb=302f07c97444e2f5f5560dc2fd9af58d4b591d45;p=avr-crypto-lib.git diff --git a/test_src/main-a5_1-test.c b/test_src/main-a5_1-test.c index 6a0edc8..34e6739 100644 --- a/test_src/main-a5_1-test.c +++ b/test_src/main-a5_1-test.c @@ -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},