Documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12563 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
c7024d3cc6
commit
b7f28ff2e5
|
@ -764,7 +764,7 @@ dyn_pipe_t *chFactoryCreatePipe(const char *name, size_t size) {
|
|||
* @post A reference to the dynamic pipe object is returned with
|
||||
* the reference counter increased by one.
|
||||
*
|
||||
* @param[in] dpp dynamic pipe object reference
|
||||
* @param[in] name name of the pipe object
|
||||
*
|
||||
* @return The reference to the found dynamic pipe
|
||||
* object.
|
||||
|
|
Loading…
Reference in New Issue