summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/guybrush/avrconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io-hub/src/guybrush/avrconfig.h')
-rw-r--r--digital/io-hub/src/guybrush/avrconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/io-hub/src/guybrush/avrconfig.h b/digital/io-hub/src/guybrush/avrconfig.h
index ea058227..0dc9a04a 100644
--- a/digital/io-hub/src/guybrush/avrconfig.h
+++ b/digital/io-hub/src/guybrush/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 64
/** 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: