]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-a5_1-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-a5_1-test.c
index c0803755cd3d55c77d5fe5ca85a4f39fbfc4de5d..34e6739cc0329bbabd53e4abaa8ad702edba06ea 100644 (file)
@@ -22,7 +22,7 @@
 */
 
 #include "config.h"
-#include "serial-tools.h"
+
 #include "uart_i.h"
 #include "debug.h"
 
@@ -68,7 +68,7 @@ const char testkey_str[]     PROGMEM = "testkey";
 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_a51, NULL},
 /*     { performance_str, NULL, testrun_performance_a51, NULL}, */
        { echo_str,    (void*)1, (void_fpt)echo_ctrl, NULL},