diff options
author | theshed <theshed@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-03-04 21:26:32 +0000 |
---|---|---|
committer | theshed <theshed@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-03-04 21:26:32 +0000 |
commit | 76e1ecb2841180e6f207ea85a6b07db1b09221bb (patch) | |
tree | 1fce4ca5237753b941265472db40d670c50e240f /demos | |
parent | 0d5a32eb1883347244676822cc3089410ca9a227 (diff) | |
download | ChibiOS-76e1ecb2841180e6f207ea85a6b07db1b09221bb.tar.gz ChibiOS-76e1ecb2841180e6f207ea85a6b07db1b09221bb.tar.bz2 ChibiOS-76e1ecb2841180e6f207ea85a6b07db1b09221bb.zip |
Fix bug #468
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6752 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/Posix-GCC/halconf.h | 2 | ||||
-rw-r--r-- | demos/Win32-MinGW/halconf.h | 2 |
2 files changed, 2 insertions, 2 deletions
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
/*===========================================================================*/
|