X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-a5_1-test.c;h=34e6739cc0329bbabd53e4abaa8ad702edba06ea;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hp=c0803755cd3d55c77d5fe5ca85a4f39fbfc4de5d;hpb=52ec168ece9d61bd9cb652235dfe8faee6232a11;p=avr-crypto-lib.git diff --git a/test_src/main-a5_1-test.c b/test_src/main-a5_1-test.c index c080375..34e6739 100644 --- a/test_src/main-a5_1-test.c +++ b/test_src/main-a5_1-test.c @@ -22,7 +22,7 @@ */ #include "config.h" -#include "serial-tools.h" + #include "uart_i.h" #include "debug.h" @@ -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},