]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/serial.c
pin command, add user configurable i/o pins
[z180-stamp.git] / avr / serial.c
index a5e28468e6018e489042c779c9ff390cf0e00fc9..e897c84b41077088025dc1204984f0420923f543 100644 (file)
@@ -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