aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/serial.h')
-rw-r--r--os/hal/include/serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/serial.h b/os/hal/include/serial.h
index 6b4f05688..79e40fa72 100644
--- a/os/hal/include/serial.h
+++ b/os/hal/include/serial.h
@@ -72,7 +72,7 @@
* buffers.
*/
#if !defined(SERIAL_BUFFERS_SIZE) || defined(__DOXYGEN__)
-#define SERIAL_BUFFERS_SIZE 64
+#define SERIAL_BUFFERS_SIZE 16
#endif
/*===========================================================================*/