X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fconfig.h;h=76debe5b46192c0a62abc180db96ae4cb0c2c5b2;hb=01166b227940a23b4b666d2bda5964bfd2fbc9da;hp=b501babb060dfe0ee1054b618a1911ed193c4f77;hpb=7701e318e4e2bac7f84dbf6e368f1501814948fc;p=avr-crypto-lib.git diff --git a/test_src/config.h b/test_src/config.h index b501bab..76debe5 100644 --- a/test_src/config.h +++ b/test_src/config.h @@ -35,13 +35,13 @@ #define UART0_PARATY UART_PARATY_NONE #define UART0_STOPBITS UART_STOPBITS_1 #define UART0_DATABITS UART_DATABITS_8 -#define UART0_RXBUFFER_SIZE 64 -#define UART0_TXBUFFER_SIZE 64 -#define UART0_SWFLOWCTRL 0 -#define UART0_THRESH_LOW 10 -#define UART0_THRESH_HIGH 48 +#define UART0_RXBUFFER_SIZE 120 +#define UART0_TXBUFFER_SIZE 120 +#define UART0_SWFLOWCTRL 1 +#define UART0_THRESH_LOW 0 +#define UART0_THRESH_HIGH 32 -#define CLI_AUTO_HELP +#define CLI_AUTO_HELP #endif