Fixed doc error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@5993 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a31833f2a7
commit
75a84bbeae
|
@ -76,7 +76,7 @@ typedef struct {
|
|||
/**
|
||||
* @brief Static semaphore initializer.
|
||||
* @details Statically initialized semaphores require no explicit
|
||||
* initialization using @p chSemInit().
|
||||
* initialization using @p chBSemInit().
|
||||
*
|
||||
* @param[in] name the name of the semaphore variable
|
||||
* @param[in] taken the semaphore initial state
|
||||
|
|
Loading…
Reference in New Issue