aboutsummaryrefslogtreecommitdiffstats
path: root/demos/LPC214x-GCC/chconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-09-25 17:39:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-09-25 17:39:47 +0000
commitf6c9ebb65b9a1239638125b7c1f910f12c722b79 (patch)
tree4887435ecd359ae0abfea92bd79e999ce8616f62 /demos/LPC214x-GCC/chconf.h
parentb9f42fa67094f231eaf219750ed03098f36b11fa (diff)
downloadChibiOS-f6c9ebb65b9a1239638125b7c1f910f12c722b79.tar.gz
ChibiOS-f6c9ebb65b9a1239638125b7c1f910f12c722b79.tar.bz2
ChibiOS-f6c9ebb65b9a1239638125b7c1f910f12c722b79.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@20 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/LPC214x-GCC/chconf.h')
-rw-r--r--demos/LPC214x-GCC/chconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/LPC214x-GCC/chconf.h b/demos/LPC214x-GCC/chconf.h
index bb03058c8..30670c8fd 100644
--- a/demos/LPC214x-GCC/chconf.h
+++ b/demos/LPC214x-GCC/chconf.h
@@ -72,7 +72,7 @@
/** Configuration option: if specified then the Semaphores APIs with priority
* shift are included in the kernel.
* @note requires \p CH_USE_SEMAPHORES.*/
-//#define CH_USE_RT_SEMAPHORES
+#define CH_USE_RT_SEMAPHORES
/** Configuration option: if specified then the Events APIs are included in
* the kernel.*/
@@ -82,7 +82,7 @@
* function is included in the kernel.
* @note requires \p CH_USE_EVENTS.
* @note requires \p CH_USE_VIRTUAL_TIMERS.*/
-//#define CH_USE_EVENTS_TIMEOUT
+#define CH_USE_EVENTS_TIMEOUT
/** Configuration option: if specified then the Synchronous Messages APIs are
* included in the kernel.*/
@@ -92,13 +92,13 @@
* function is included in the kernel.
* @note requires \p CH_USE_MESSAGES.
* @note requires \p CH_USE_VIRTUAL_TIMERS.*/
-//#define CH_USE_MESSAGES_TIMEOUT
+#define CH_USE_MESSAGES_TIMEOUT
/** Configuration option: if specified then the \p chMsgSendWithEvent()
* function is included in the kernel.
* @note requires \p CH_USE_MESSAGES.
* @note requires \p CH_USE_VIRTUAL_TIMERS.*/
-//#define CH_USE_MESSAGES_EVENT
+#define CH_USE_MESSAGES_EVENT
/** Configuration option: if specified then the
* \p chThdGetExitEventSource() function is included in the kernel.