From 41d36f28612cb6c49cf0260236f3b834549883be Mon Sep 17 00:00:00 2001 From: Leo C Date: Tue, 14 Oct 2014 12:53:48 +0200 Subject: pin command, add user configurable i/o pins --- avr/serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avr/serial.c') diff --git a/avr/serial.c b/avr/serial.c index a5e2846..e897c84 100644 --- a/avr/serial.c +++ b/avr/serial.c @@ -17,7 +17,7 @@ static FILE mystdout = FDEV_SETUP_STREAM(_write, -#define BUFFER_SIZE 64 +#define BUFFER_SIZE 128 #if ((BUFFER_SIZE-1) & BUFFER_SIZE) # error: BUFFER_SIZE not power of 2 -- cgit v1.2.3