From 6ae1a6c88223d875f0dbd81066d4d8f40713b0a0 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 26 Jul 2008 09:46:43 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@360 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chcond.c | 2 +- src/include/condvars.h | 2 +- src/templates/chconf.h | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/chcond.c b/src/chcond.c index adc1fc763..cdfeb5d28 100644 --- a/src/chcond.c +++ b/src/chcond.c @@ -18,7 +18,7 @@ */ /** - * @addtogroup Condition Variables + * @addtogroup CondVars * @{ */ diff --git a/src/include/condvars.h b/src/include/condvars.h index ec6c4589f..f5d3f56a6 100644 --- a/src/include/condvars.h +++ b/src/include/condvars.h @@ -18,7 +18,7 @@ */ /** - * @addtogroup Conditional Variables + * @addtogroup CondVars * @{ */ diff --git a/src/templates/chconf.h b/src/templates/chconf.h index d059f3097..823bb7ccd 100644 --- a/src/templates/chconf.h +++ b/src/templates/chconf.h @@ -76,6 +76,10 @@ * APIs are included in the kernel.*/ #define CH_USE_SEMSW +/** Configuration option: if specified then the Conditional Variables APIs are + * included in the kernel.*/ +#define CH_USE_CONDVARS + /** Configuration option: if specified then the Semaphores with timeout APIs * are included in the kernel. * @note requires \p CH_USE_SEMAPHORES. -- cgit v1.2.3