diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-07-26 09:25:11 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-07-26 09:25:11 +0000 |
commit | 69f9642bf44e6e3de680b07a22a290b9219ab47d (patch) | |
tree | 260cffa032b2d796e8bbabfa172d6c0c50ffd2b4 /demos/ARM7-LPC214x-GCC/chconf.h | |
parent | 868866157762bc5ad7644fcaa45111ecf6ed1899 (diff) | |
download | ChibiOS-69f9642bf44e6e3de680b07a22a290b9219ab47d.tar.gz ChibiOS-69f9642bf44e6e3de680b07a22a290b9219ab47d.tar.bz2 ChibiOS-69f9642bf44e6e3de680b07a22a290b9219ab47d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@359 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/chconf.h')
-rw-r--r-- | demos/ARM7-LPC214x-GCC/chconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/ARM7-LPC214x-GCC/chconf.h b/demos/ARM7-LPC214x-GCC/chconf.h index 8db71b445..a1d28bc9c 100644 --- a/demos/ARM7-LPC214x-GCC/chconf.h +++ b/demos/ARM7-LPC214x-GCC/chconf.h @@ -75,6 +75,8 @@ * APIs are included in the kernel.*/
#define CH_USE_SEMSW
+#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.
|