]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-shacal1_enc-test.c
moving of A5/1
[avr-crypto-lib.git] / test_src / main-shacal1_enc-test.c
index 96aad56a267f2876e35d821434e8e5ec9ffc798a..48b5051dc7c81f6e9fa0caecb858f4462b45132c 100644 (file)
@@ -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},