mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-02-14 00:40:53 +00:00
Doxygen for uart_set_baudrate return
This commit is contained in:
parent
f73611c322
commit
fdcee47b70
@ -159,6 +159,7 @@ void uart_deinit(uart_inst_t *uart);
|
|||||||
*
|
*
|
||||||
* \param uart UART instance. \ref uart0 or \ref uart1
|
* \param uart UART instance. \ref uart0 or \ref uart1
|
||||||
* \param baudrate Baudrate in Hz
|
* \param baudrate Baudrate in Hz
|
||||||
|
* \return Actual set baudrate
|
||||||
*/
|
*/
|
||||||
uint uart_set_baudrate(uart_inst_t *uart, uint baudrate);
|
uint uart_set_baudrate(uart_inst_t *uart, uint baudrate);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user