mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Doxygen for uart_set_baudrate return
This commit is contained in:
parent
f73611c322
commit
fdcee47b70
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ void uart_deinit(uart_inst_t *uart);
|
|||
*
|
||||
* \param uart UART instance. \ref uart0 or \ref uart1
|
||||
* \param baudrate Baudrate in Hz
|
||||
* \return Actual set baudrate
|
||||
*/
|
||||
uint uart_set_baudrate(uart_inst_t *uart, uint baudrate);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue