diff options
-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
/*===========================================================================*/
|