From 24cb881726f09c6bccba471b40bde76dc27036c7 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 4 Jan 2011 15:08:29 +0000 Subject: Documentation related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2580 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/uart_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/templates/uart_lld.c') diff --git a/os/hal/templates/uart_lld.c b/os/hal/templates/uart_lld.c index 264446369..ab0abeb55 100644 --- a/os/hal/templates/uart_lld.c +++ b/os/hal/templates/uart_lld.c @@ -122,7 +122,7 @@ size_t uart_lld_stop_send(UARTDriver *uartp) { * * @param[in] uartp pointer to the @p UARTDriver object * @param[in] n number of data frames to send - * @param[in] rxbuf the pointer to the receive buffer + * @param[out] rxbuf the pointer to the receive buffer * * @notapi */ -- cgit v1.2.3