X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fconfig.h;fp=test_src%2Fconfig.h;h=81cec071b9b61b97d53976395fdd8fdf57e07d4f;hp=0a985df0ed92a6b22a3f463f42bbbe7ec14593b2;hb=deca11a7e7be5605c387aa2cd577e22925854ff8;hpb=22985930c9c2c610ae18e2d8df0f3ea78a082134 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