From 76e1ecb2841180e6f207ea85a6b07db1b09221bb Mon Sep 17 00:00:00 2001 From: theshed Date: Tue, 4 Mar 2014 21:26:32 +0000 Subject: Fix bug #468 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6752 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/Posix-GCC/halconf.h | 2 +- demos/Win32-MinGW/halconf.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'demos') diff --git a/demos/Posix-GCC/halconf.h b/demos/Posix-GCC/halconf.h index d406bacc1..3fe9b9714 100644 --- a/demos/Posix-GCC/halconf.h +++ b/demos/Posix-GCC/halconf.h @@ -284,7 +284,7 @@ * buffers. */ #if !defined(SERIAL_BUFFERS_SIZE) || defined(__DOXYGEN__) -#define SERIAL_BUFFERS_SIZE 16 +#define SERIAL_BUFFERS_SIZE 32 #endif /*===========================================================================*/ diff --git a/demos/Win32-MinGW/halconf.h b/demos/Win32-MinGW/halconf.h index d406bacc1..3fe9b9714 100644 --- a/demos/Win32-MinGW/halconf.h +++ b/demos/Win32-MinGW/halconf.h @@ -284,7 +284,7 @@ * buffers. */ #if !defined(SERIAL_BUFFERS_SIZE) || defined(__DOXYGEN__) -#define SERIAL_BUFFERS_SIZE 16 +#define SERIAL_BUFFERS_SIZE 32 #endif /*===========================================================================*/ -- cgit v1.2.3