Skip to content

Commit

Permalink
fix(Documentation): Update MXC_UART_Init return docstring (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI authored Oct 8, 2024
1 parent ffa42a7 commit ef6e111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/PeriphDrivers/Include/MAX32665/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ef6e111

Please sign in to comment.