git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@383 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
b7ef0aac8e
commit
97369fbd0f
13
docs/ch.txt
13
docs/ch.txt
|
@ -372,19 +372,6 @@
|
||||||
*/
|
*/
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/**
|
|
||||||
* @defgroup CondVars Conditional Variables
|
|
||||||
* @{
|
|
||||||
* Conditional Variables and threads synchronization.
|
|
||||||
* <b>Operation mode</b><br><br>
|
|
||||||
* Add description here.<br>
|
|
||||||
* In order to use the Conditional Variables APIs the \p CH_USE_CONDVARS
|
|
||||||
* option must be specified in \p chconf.h.<br><br>
|
|
||||||
* @file condvars.h Conditional Variables macros and structures.
|
|
||||||
* @file chcond.c Conditional Variables code.
|
|
||||||
*/
|
|
||||||
/** @} */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup Mutexes Mutexes
|
* @defgroup Mutexes Mutexes
|
||||||
* @{
|
* @{
|
||||||
|
|
Loading…
Reference in New Issue