turning on software flow control for uart

This commit is contained in:
bg nerilex 2015-02-08 22:14:10 +01:00
parent 7cb66bc809
commit 1f6be6ce98
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
#define UART0_DATABITS UART_DATABITS_8 #define UART0_DATABITS UART_DATABITS_8
#define UART0_RXBUFFER_SIZE 255 #define UART0_RXBUFFER_SIZE 255
#define UART0_TXBUFFER_SIZE 120 #define UART0_TXBUFFER_SIZE 120
#define UART0_SWFLOWCTRL 0 #define UART0_SWFLOWCTRL 1
#define UART0_THRESH_LOW 0 #define UART0_THRESH_LOW 0
#define UART0_THRESH_HIGH 32 #define UART0_THRESH_HIGH 32