git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11308 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
isiora 2018-01-18 09:23:08 +00:00
parent 9faf55dfa5
commit 57dd306624
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ registered_object_t *chFactoryFindObject(const char *name) {
* @param[in] objp pointer to the object to be retrieved
*
* @return The reference to the found registered object.
* @retval NULL if a registered object with the specified name
* @retval NULL if a registered object with the specified pointer
* does not exist.
*
* @api