From 1f6be6ce98d01772fbb1f4d5205a13bea896a1f1 Mon Sep 17 00:00:00 2001 From: bg Date: Sun, 8 Feb 2015 22:14:10 +0100 Subject: [PATCH] turning on software flow control for uart --- test_src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2