]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-shabea-test.c
present looks better now (using unverified testvectors)
[avr-crypto-lib.git] / test_src / main-shabea-test.c
index 5a6c5fa273c1aa7d524f955b897e4b50722c6927..5748b9499ac987de6032dbe83932bd2366d7289f 100644 (file)
@@ -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},