Skip to content

Commit

Permalink
drivers: modem: Document UART device name
Browse files Browse the repository at this point in the history
Document that the third argument is the UART device name.

Signed-off-by: Patrik Flykt <[email protected]>
  • Loading branch information
pfl authored and carlescufi committed Dec 2, 2019
1 parent fd5b502 commit 12f3818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/modem/modem_iface_uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ struct modem_iface_uart_data {
*
* @param *iface: modem interface to initialize.
* @param *data: modem interface data to use
* @param *dev_name: name of the UART device to use
*
* @retval 0 if ok, < 0 if error.
*/
Expand Down

0 comments on commit 12f3818

Please sign in to comment.