aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/USARTv2
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-02-07 07:58:38 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-02-07 07:58:38 +0000
commitaf22a2dcaf9d9750ba5604d4ef9a82d0540a0c20 (patch)
tree753da72db551e5906d46e0a00b6ec2c38ff42909 /os/hal/ports/STM32/LLD/USARTv2
parent47a8438f5b7e146294a666a3e3ed3151fba8e9b9 (diff)
downloadChibiOS-af22a2dcaf9d9750ba5604d4ef9a82d0540a0c20.tar.gz
ChibiOS-af22a2dcaf9d9750ba5604d4ef9a82d0540a0c20.tar.bz2
ChibiOS-af22a2dcaf9d9750ba5604d4ef9a82d0540a0c20.zip
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10092 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/USARTv2')
-rw-r--r--os/hal/ports/STM32/LLD/USARTv2/hal_uart_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/USARTv2/hal_uart_lld.c b/os/hal/ports/STM32/LLD/USARTv2/hal_uart_lld.c
index eb2a00933..6c59357c7 100644
--- a/os/hal/ports/STM32/LLD/USARTv2/hal_uart_lld.c
+++ b/os/hal/ports/STM32/LLD/USARTv2/hal_uart_lld.c
@@ -154,7 +154,7 @@ UARTDriver UARTD8;
/**
* @brief Status bits translation.
*
- * @param[in] sr USART SR register value
+ * @param[in] isr USART SR register value
*
* @return The error flags.
*/