Skip to content

Commit fdcee47

Browse files
Wren6991kilograham
authored andcommitted
Doxygen for uart_set_baudrate return
1 parent f73611c commit fdcee47

File tree

1 file changed

+1
-0
lines changed
  • src/rp2_common/hardware_uart/include/hardware

1 file changed

+1
-0
lines changed

src/rp2_common/hardware_uart/include/hardware/uart.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ void uart_deinit(uart_inst_t *uart);
159159
*
160160
* \param uart UART instance. \ref uart0 or \ref uart1
161161
* \param baudrate Baudrate in Hz
162+
* \return Actual set baudrate
162163
*/
163164
uint uart_set_baudrate(uart_inst_t *uart, uint baudrate);
164165

0 commit comments

Comments
 (0)