X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=config.h;h=76debe5b46192c0a62abc180db96ae4cb0c2c5b2;hp=5fb1011ea00c78b5b7a26cbdb12086267e7ca76d;hb=27e7d731ffb22116dba8c67cead51829d8ebe137;hpb=bd9d6731486cac11f6b294b3c84681eb65947f3d diff --git a/config.h b/config.h index 5fb1011..76debe5 100644 --- a/config.h +++ b/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_RXBUFFER_SIZE 120 +#define UART0_TXBUFFER_SIZE 120 #define UART0_SWFLOWCTRL 1 -#define UART0_THRESH_LOW 10 -#define UART0_THRESH_HIGH 48 +#define UART0_THRESH_LOW 0 +#define UART0_THRESH_HIGH 32 -#define CLI_AUTO_HELP +#define CLI_AUTO_HELP #endif