X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-shacal1_enc-test.c;h=48b5051dc7c81f6e9fa0caecb858f4462b45132c;hb=b97b5aeaa3569443d9b95a77a388c6615b33f9e3;hp=96aad56a267f2876e35d821434e8e5ec9ffc798a;hpb=52ec168ece9d61bd9cb652235dfe8faee6232a11;p=avr-crypto-lib.git diff --git a/test_src/main-shacal1_enc-test.c b/test_src/main-shacal1_enc-test.c index 96aad56..48b5051 100644 --- a/test_src/main-shacal1_enc-test.c +++ b/test_src/main-shacal1_enc-test.c @@ -22,7 +22,7 @@ */ #include "config.h" -#include "serial-tools.h" + #include "uart_i.h" #include "debug.h" @@ -88,7 +88,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_shacal1enc}, { test_str, NULL, testrun_nessie_shacal1enc}, { performance_str, NULL, testrun_performance_shacal1enc},