mirror of
git://sigrok.org/libserialport
synced 2023-08-10 21:13:24 +03:00
Fix minor Doxygen warning.
This commit is contained in:
parent
c200f5c144
commit
c85d0a28de
@ -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.
|
Sets the baud rate for the specified serial port.
|
||||||
|
|
||||||
@param port Pointer to port structure.
|
@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
|
@return SP_OK on success, SP_ERR_FAIL on failure, or SP_ERR_ARG
|
||||||
for invalid arguments.
|
for invalid arguments.
|
||||||
|
Loading…
Reference in New Issue
Block a user