summaryrefslogtreecommitdiff
path: root/n/asserv/src/avrconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'n/asserv/src/avrconfig.h')
-rw-r--r--n/asserv/src/avrconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/n/asserv/src/avrconfig.h b/n/asserv/src/avrconfig.h
index 16d55a7..bb19576 100644
--- a/n/asserv/src/avrconfig.h
+++ b/n/asserv/src/avrconfig.h
@@ -47,7 +47,7 @@
/** Stop bits : 1, 2. */
#define AC_RS232_STOP_BITS 1
/** Send buffer size, should be power of 2 for RING mode. */
-#define AC_RS232_SEND_BUFFER_SIZE 32
+#define AC_RS232_SEND_BUFFER_SIZE 64
/** Recv buffer size, should be power of 2 for RING mode. */
#define AC_RS232_RECV_BUFFER_SIZE 32
/** Select serial port (0 or 1). */