X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-shabea-test.c;h=5748b9499ac987de6032dbe83932bd2366d7289f;hb=7715ef86b09869014eb5afd319e4acc2ce157b00;hp=5a6c5fa273c1aa7d524f955b897e4b50722c6927;hpb=52ec168ece9d61bd9cb652235dfe8faee6232a11;p=avr-crypto-lib.git diff --git a/test_src/main-shabea-test.c b/test_src/main-shabea-test.c index 5a6c5fa..5748b94 100644 --- a/test_src/main-shabea-test.c +++ b/test_src/main-shabea-test.c @@ -26,7 +26,7 @@ * */ #include "config.h" -#include "serial-tools.h" + #include "uart_i.h" #include "debug.h" @@ -171,7 +171,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_shabea}, { test_str, NULL, testrun_shabea}, { performance_str, NULL, testrun_performance_shabea},