summaryrefslogtreecommitdiffhomepage
path: root/digital/mimot/src/dirty/avrconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/mimot/src/dirty/avrconfig.h')
-rw-r--r--digital/mimot/src/dirty/avrconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/mimot/src/dirty/avrconfig.h b/digital/mimot/src/dirty/avrconfig.h
index e5e7d804..4a0391d4 100644
--- a/digital/mimot/src/dirty/avrconfig.h
+++ b/digital/mimot/src/dirty/avrconfig.h
@@ -49,7 +49,7 @@
/** Stop bits : 1, 2. */
#define AC_UART0_STOP_BITS 1
/** Send buffer size, should be power of 2 for RING mode. */
-#define AC_UART0_SEND_BUFFER_SIZE 32
+#define AC_UART0_SEND_BUFFER_SIZE 128
/** Recv buffer size, should be power of 2 for RING mode. */
#define AC_UART0_RECV_BUFFER_SIZE 32
/** If the send buffer is full when putc: