X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-entropium-test.c;h=92dc8efcfd3deae70bf2ad61ee05cb3e86cadb69;hb=cf610f6848d1a6aef4de849f9ec7895e20605583;hp=50ad2b191703659fb8b0325eec9544b62dadce18;hpb=52ec168ece9d61bd9cb652235dfe8faee6232a11;p=avr-crypto-lib.git diff --git a/test_src/main-entropium-test.c b/test_src/main-entropium-test.c index 50ad2b1..92dc8ef 100644 --- a/test_src/main-entropium-test.c +++ b/test_src/main-entropium-test.c @@ -22,7 +22,7 @@ */ #include "config.h" -#include "serial-tools.h" + #include "uart_i.h" #include "debug.h" @@ -95,7 +95,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_entropium}, { test_str, NULL, testrun_entropium}, { performance_str, NULL, testrun_performance_entropium},