X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-a5_1-test.c;h=34e6739cc0329bbabd53e4abaa8ad702edba06ea;hp=6a0edc8d7db6a794f97d5330b6bf063ac07c42e5;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8 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},