aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/uart.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-04 15:08:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-04 15:08:29 +0000
commit24cb881726f09c6bccba471b40bde76dc27036c7 (patch)
treee006f2e4436e71d3406b1904321c8160dc5c2c24 /os/hal/src/uart.c
parent31881e1dd3bee0ff04f3a46742d8f260210f8c29 (diff)
downloadChibiOS-24cb881726f09c6bccba471b40bde76dc27036c7.tar.gz
ChibiOS-24cb881726f09c6bccba471b40bde76dc27036c7.tar.bz2
ChibiOS-24cb881726f09c6bccba471b40bde76dc27036c7.zip
Documentation related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2580 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/src/uart.c')
-rw-r--r--os/hal/src/uart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/src/uart.c b/os/hal/src/uart.c
index 4bed0d71b..4a21e907f 100644
--- a/os/hal/src/uart.c
+++ b/os/hal/src/uart.c
@@ -61,7 +61,7 @@ void uartInit(void) {
/**
* @brief Initializes the standard part of a @p UARTDriver structure.
*
- * @param[in] uartp pointer to the @p UARTDriver object
+ * @param[out] uartp pointer to the @p UARTDriver object
*
* @init
*/
@@ -273,7 +273,7 @@ void uartStartReceive(UARTDriver *uartp, size_t n, void *rxbuf) {
*
* @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
*
* @iclass
*/