X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fnessie_common.h;h=65b05b6b190cf8abe58fe785daad1b858814f114;hb=a012cfa921853fb9b8bd484981ab471a9ba25ec9;hp=b2d2b14cb516cd6884c214d2e82949e47355d99c;hpb=e5a49deb52521f019e37779d6e9d81ec4f02aba4;p=avr-crypto-lib.git diff --git a/test_src/nessie_common.h b/test_src/nessie_common.h index b2d2b14..65b05b6 100644 --- a/test_src/nessie_common.h +++ b/test_src/nessie_common.h @@ -52,10 +52,7 @@ void nessie_send_alive_a(uint16_t i); #define NESSIE_PUTSTR cli_putstr #define NESSIE_PUTSTR_P cli_putstr_P #else -#include "uart.h" -#define NESSIE_PUTC uart_putc -#define NESSIE_PUTSTR uart_putstr -#define NESSIE_PUTSTR_P uart_putstr_P +# error "direct uart output removed for nessie" #endif void nessie_print_block(uint8_t* block, uint16_t blocksize_bit);