diff options
Diffstat (limited to 'os/hal/include/uart.h')
-rw-r--r-- | os/hal/include/uart.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/include/uart.h b/os/hal/include/uart.h index 43afcd7d9..2942636b4 100644 --- a/os/hal/include/uart.h +++ b/os/hal/include/uart.h @@ -268,6 +268,7 @@ typedef enum { * implementation only.
*
* @param[in] uartp pointer to the @p UARTDriver object
+ * @param[in] errors mask of errors to be reported
*
* @notapi
*/
|