X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fconfig.h;h=0a985df0ed92a6b22a3f463f42bbbe7ec14593b2;hb=22985930c9c2c610ae18e2d8df0f3ea78a082134;hp=513729e52ebc8ed47e95728b08dac6a843fc200f;hpb=b246a2a0589f234db6247255555df98f4c281c41;p=avr-crypto-lib.git diff --git a/test_src/config.h b/test_src/config.h index 513729e..0a985df 100644 --- a/test_src/config.h +++ b/test_src/config.h @@ -28,11 +28,13 @@ #include "uart_defs.h" #define UART0_I 1 +#ifndef UART0_BAUD_RATE #define UART0_BAUD_RATE 115200 +#endif #define UART0_PARATY UART_PARATY_NONE #define UART0_STOPBITS UART_STOPBITS_1 #define UART0_DATABITS UART_DATABITS_8 -#define UART0_RXBUFFER_SIZE 120 +#define UART0_RXBUFFER_SIZE 255 #define UART0_TXBUFFER_SIZE 120 #define UART0_SWFLOWCTRL 1 #define UART0_THRESH_LOW 0