aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-AT90CANx-GCC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-07-26 09:46:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-07-26 09:46:43 +0000
commit6ae1a6c88223d875f0dbd81066d4d8f40713b0a0 (patch)
treead1d765b1bd402fe35b2a1d886517c6e5222f49e /demos/AVR-AT90CANx-GCC
parent69f9642bf44e6e3de680b07a22a290b9219ab47d (diff)
downloadChibiOS-6ae1a6c88223d875f0dbd81066d4d8f40713b0a0.tar.gz
ChibiOS-6ae1a6c88223d875f0dbd81066d4d8f40713b0a0.tar.bz2
ChibiOS-6ae1a6c88223d875f0dbd81066d4d8f40713b0a0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@360 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR-AT90CANx-GCC')
-rw-r--r--demos/AVR-AT90CANx-GCC/chconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/AVR-AT90CANx-GCC/chconf.h b/demos/AVR-AT90CANx-GCC/chconf.h
index fca0159a2..a6b0f4a95 100644
--- a/demos/AVR-AT90CANx-GCC/chconf.h
+++ b/demos/AVR-AT90CANx-GCC/chconf.h
@@ -75,6 +75,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.