Fixed doc error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5991 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
0967b65940
commit
b53de18c10
|
@ -76,7 +76,7 @@ typedef struct {
|
||||||
/**
|
/**
|
||||||
* @brief Static semaphore initializer.
|
* @brief Static semaphore initializer.
|
||||||
* @details Statically initialized semaphores require no explicit
|
* @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] name the name of the semaphore variable
|
||||||
* @param[in] taken the semaphore initial state
|
* @param[in] taken the semaphore initial state
|
||||||
|
|
Loading…
Reference in New Issue