X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-base64-test.c;h=6bcdde150bed802610e3c091da9e841f506650fd;hb=f947a91725d102074386e84dc98d819d7f935611;hp=a4ce3f38b8146d066007d8dd575fda27c4a44d3e;hpb=52ec168ece9d61bd9cb652235dfe8faee6232a11;p=avr-crypto-lib.git diff --git a/test_src/main-base64-test.c b/test_src/main-base64-test.c index a4ce3f3..6bcdde1 100644 --- a/test_src/main-base64-test.c +++ b/test_src/main-base64-test.c @@ -22,7 +22,7 @@ */ #include "config.h" -#include "serial-tools.h" + #include "uart_i.h" #include "debug.h" @@ -144,7 +144,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 = { { test_str, NULL, testrun_stdtest_base64}, { performance_str, NULL, testrun_performance_base64}, { echo_str, (void*)1, (void_fpt)echo_ctrl},