X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-mugi-test.c;h=e868907444b5d0029e85bbbb8a7d1983995255ea;hb=9aebf1891ebd2ab61830988a176e8a9da974d93a;hp=d8f38985419b67821a9fc6da5542df66c73bad8a;hpb=52ec168ece9d61bd9cb652235dfe8faee6232a11;p=avr-crypto-lib.git diff --git a/test_src/main-mugi-test.c b/test_src/main-mugi-test.c index d8f3898..e868907 100644 --- a/test_src/main-mugi-test.c +++ b/test_src/main-mugi-test.c @@ -22,7 +22,7 @@ */ #include "config.h" -#include "serial-tools.h" + #include "uart_i.h" #include "debug.h" @@ -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},