summaryrefslogtreecommitdiff
path: root/avr/serial.c
diff options
context:
space:
mode:
authorLeo C2014-10-14 12:53:48 +0200
committerLeo C2014-10-14 12:53:48 +0200
commit41d36f28612cb6c49cf0260236f3b834549883be (patch)
treea9c8c4e81d1cff76a8473498d2a9a71c76216450 /avr/serial.c
parent04a63b0d5660f1c0c0b7e8123e4f56d188e52a5d (diff)
downloadz180-stamp-41d36f28612cb6c49cf0260236f3b834549883be.zip
pin command, add user configurable i/o pins
Diffstat (limited to 'avr/serial.c')
-rw-r--r--avr/serial.c2
1 files changed, 1 insertions, 1 deletions
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