summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/guybrush/avrconfig.h
diff options
context:
space:
mode:
authorNicolas Schodet2012-06-01 23:48:04 +0200
committerNicolas Schodet2012-06-02 00:32:07 +0200
commit361fd769a389650ba5bf3306238eae27bad44aee (patch)
tree6dc1eb453898c0c325be0a8957353e7eb74ca2b3 /digital/io-hub/src/guybrush/avrconfig.h
parent20cebf769482dacc89fe6284eeecdebf9dee2be7 (diff)
digital/io-hub/src/guybrush: add robot and obstacles position stats
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: