X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fconfig.h;h=81cec071b9b61b97d53976395fdd8fdf57e07d4f;hb=2c909fca2a13cd76a526515bda5d0292483d7a55;hp=0a985df0ed92a6b22a3f463f42bbbe7ec14593b2;hpb=cc6b183296a5852449e3324737e2a2dece788786;p=avr-crypto-lib.git diff --git a/test_src/config.h b/test_src/config.h index 0a985df..81cec07 100644 --- a/test_src/config.h +++ b/test_src/config.h @@ -27,7 +27,17 @@ #include "uart_defs.h" + +#ifndef UART_NI +#define UART_NI 0 +#endif + +#if UART_NI == 0 #define UART0_I 1 +#else +#define UART0_NI 1 +#endif + #ifndef UART0_BAUD_RATE #define UART0_BAUD_RATE 115200 #endif @@ -36,7 +46,7 @@ #define UART0_DATABITS UART_DATABITS_8 #define UART0_RXBUFFER_SIZE 255 #define UART0_TXBUFFER_SIZE 120 -#define UART0_SWFLOWCTRL 1 +#define UART0_SWFLOWCTRL 0 #define UART0_THRESH_LOW 0 #define UART0_THRESH_HIGH 32