summaryrefslogtreecommitdiff
path: root/ucoo/hal
diff options
context:
space:
mode:
authorNicolas Schodet2015-10-21 00:42:37 +0200
committerNicolas Schodet2019-10-07 00:44:50 +0200
commitf66a9863c2b5d29ee2d3c57b65a0aecc9656c59c (patch)
tree6814152e490144ccf7f2d86bf384e934798b0012 /ucoo/hal
parent5487719b70fa89fdffae413b2d00f2a928cfc2a7 (diff)
ucoo/utils/fifo: ensure there is room for size elements
Diffstat (limited to 'ucoo/hal')
-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