From 76df6b4b834fbbc695ae419be3943bac85e56123 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 23 Dec 2012 15:20:24 +0100 Subject: ucoolib/hal/uart: implement uart module --- ucoolib/hal/uart/test/Config | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ucoolib/hal/uart/test/Config (limited to 'ucoolib/hal/uart/test/Config') diff --git a/ucoolib/hal/uart/test/Config b/ucoolib/hal/uart/test/Config new file mode 100644 index 0000000..4fd7571 --- /dev/null +++ b/ucoolib/hal/uart/test/Config @@ -0,0 +1,4 @@ +[hal/uart] +rx_buffer = 32 +tx_buffer = 8 + -- cgit v1.2.3