X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-base64-test.c;h=caf60fa4723864f485add9cea8836a7e3795e684;hb=9e69044519495dad3e2f76fc7795e72390b79a45;hp=ece676cfe58af46becc6eb53000b9421e254bc68;hpb=e7648127669eee6c05fbb05dbb92f639a9344d4b;p=avr-crypto-lib.git diff --git a/test_src/main-base64-test.c b/test_src/main-base64-test.c index ece676c..caf60fa 100644 --- a/test_src/main-base64-test.c +++ b/test_src/main-base64-test.c @@ -22,8 +22,8 @@ */ #include "config.h" -#include "serial-tools.h" -#include "uart.h" + +#include "uart_i.h" #include "debug.h" #include "noekeon.h" @@ -154,8 +154,8 @@ cmdlist_entry_t cmdlist[] PROGMEM = { int main (void){ DEBUG_INIT(); - cli_rx = uart_getc; - cli_tx = uart_putc; + cli_rx = (cli_rx_fpt)uart0_getc; + cli_tx = (cli_tx_fpt)uart0_putc; for(;;){ cli_putstr_P(PSTR("\r\n\r\nCrypto-VS (")); cli_putstr(algo_name);