summaryrefslogtreecommitdiff
path: root/ucoo/hal/uart/Config
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/uart/Config')
-rw-r--r--ucoo/hal/uart/Config4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucoo/hal/uart/Config b/ucoo/hal/uart/Config
index 1229b76..70ad3f7 100644
--- a/ucoo/hal/uart/Config
+++ b/ucoo/hal/uart/Config
@@ -1,6 +1,6 @@
[ucoo/hal/uart]
# Size of reception buffer.
-rx_buffer = 32
+rx_buffer = 31
# Size of transmission buffer.
-tx_buffer = 32
+tx_buffer = 31