1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

Fix minor Doxygen warning.

This commit is contained in:
Uwe Hermann 2013-11-19 12:30:55 +01:00
parent c200f5c144
commit c85d0a28de

View File

@ -352,7 +352,7 @@ enum sp_return sp_set_config(struct sp_port *port, const struct sp_port_config *
Sets the baud rate for the specified serial port.
@param port Pointer to port structure.
@param baud Baud rate in bits per second.
@param baudrate Baud rate in bits per second.
@return SP_OK on success, SP_ERR_FAIL on failure, or SP_ERR_ARG
for invalid arguments.