From 361fd769a389650ba5bf3306238eae27bad44aee Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 1 Jun 2012 23:48:04 +0200 Subject: digital/io-hub/src/guybrush: add robot and obstacles position stats --- digital/io-hub/src/guybrush/avrconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/io-hub/src/guybrush/avrconfig.h') 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: -- cgit v1.2.3