diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-08-01 13:38:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-08-01 13:38:15 +0000 |
commit | 97369fbd0f7adbbdcbb37cea976825efeb1d5e3a (patch) | |
tree | 5000f2626e386c21f779521bd36446ebf7d524d5 /docs | |
parent | b7ef0aac8e6052cdf1962e6ae311e5bf841cc072 (diff) | |
download | ChibiOS-97369fbd0f7adbbdcbb37cea976825efeb1d5e3a.tar.gz ChibiOS-97369fbd0f7adbbdcbb37cea976825efeb1d5e3a.tar.bz2 ChibiOS-97369fbd0f7adbbdcbb37cea976825efeb1d5e3a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@383 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ch.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/ch.txt b/docs/ch.txt index 1f57b2d60..a88291bb2 100644 --- a/docs/ch.txt +++ b/docs/ch.txt @@ -373,19 +373,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
* @{
* Mutexes and threads synchronization.
|