X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-ubi-test.c;h=5a839c468e8770c485acfaf1cc2acfa34669db35;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hp=b9ae8103364fc0445a8793e1b787296a2595123b;hpb=52ec168ece9d61bd9cb652235dfe8faee6232a11;p=avr-crypto-lib.git diff --git a/test_src/main-ubi-test.c b/test_src/main-ubi-test.c index b9ae810..5a839c4 100644 --- a/test_src/main-ubi-test.c +++ b/test_src/main-ubi-test.c @@ -22,7 +22,7 @@ */ #include "config.h" -#include "serial-tools.h" + #include "uart_i.h" #include "debug.h" @@ -185,7 +185,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_noekeon}, { test_str, NULL, testrun_stdtest_ubi}, // { performance_str, NULL, testrun_performance_noekeon},