From: bg Date: Sun, 8 Feb 2015 21:14:10 +0000 (+0100) Subject: turning on software flow control for uart X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=commitdiff_plain;h=1f6be6ce98d01772fbb1f4d5205a13bea896a1f1;hp=7cb66bc8096bddd35067bfb5a38083e915636579 turning on software flow control for uart --- diff --git a/test_src/config.h b/test_src/config.h index 2dda12a..9a63708 100644 --- a/test_src/config.h +++ b/test_src/config.h @@ -46,7 +46,7 @@ #define UART0_DATABITS UART_DATABITS_8 #define UART0_RXBUFFER_SIZE 255 #define UART0_TXBUFFER_SIZE 120 -#define UART0_SWFLOWCTRL 0 +#define UART0_SWFLOWCTRL 1 #define UART0_THRESH_LOW 0 #define UART0_THRESH_HIGH 32