From fd234a4b8c4c718962217de543dcc6b29c07cc14 Mon Sep 17 00:00:00 2001 From: EricB-ADI <122300463+EricB-ADI@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:57:34 -0500 Subject: [PATCH] update return docstring for uart init --- Libraries/PeriphDrivers/Include/MAX32665/uart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/PeriphDrivers/Include/MAX32665/uart.h b/Libraries/PeriphDrivers/Include/MAX32665/uart.h index 34f34bd54f5..3aa9abcbe9d 100644 --- a/Libraries/PeriphDrivers/Include/MAX32665/uart.h +++ b/Libraries/PeriphDrivers/Include/MAX32665/uart.h @@ -157,7 +157,7 @@ struct _mxc_uart_req_t { * @param map MAP_A or MAP_B uart pins select, Has no effect incase of * MSDK_NO_GPIO_CLK_INIT has been defined. * - * @return If successful, the actual clock frequency is returned. Otherwise, see + * @return E_NO_ERROR if successful, the actual clock frequency is returned. Otherwise, see * \ref MXC_Error_Codes for a list of return codes. */ int MXC_UART_Init(mxc_uart_regs_t *uart, unsigned int baud, sys_map_t map);