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

Add missing @param port entry to documentation.

This commit is contained in:
Martin Ling 2013-11-20 19:13:12 +00:00 committed by Bert Vermeulen
parent fd8fd11a4e
commit ea34fba899

View File

@ -518,6 +518,7 @@ enum sp_return sp_write(struct sp_port *port, const void *buf, size_t count);
/**
* Flush serial port buffers. Data in the selected buffer(s) is discarded.
*
* @param port Pointer to port structure.
* @param buffers Which buffer(s) to flush.
*
* @return SP_OK on success, SP_ERR_FAIL on failure, or SP_ERR_ARG