diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-08 12:44:36 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-08 12:44:36 +0000 |
commit | cbc30670d8004caeb7b0a8a9567377ac99032805 (patch) | |
tree | ada205f345ef2f67dbd76aca98291bc74f02dbef /demos/ARM7-LPC214x-GCC-minimal/chconf.h | |
parent | 9336c1fc9fdae776126295737131d0a22b2f05b8 (diff) | |
download | ChibiOS-cbc30670d8004caeb7b0a8a9567377ac99032805.tar.gz ChibiOS-cbc30670d8004caeb7b0a8a9567377ac99032805.tar.bz2 ChibiOS-cbc30670d8004caeb7b0a8a9567377ac99032805.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@502 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC-minimal/chconf.h')
-rw-r--r-- | demos/ARM7-LPC214x-GCC-minimal/chconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/ARM7-LPC214x-GCC-minimal/chconf.h b/demos/ARM7-LPC214x-GCC-minimal/chconf.h index fbc6d496e..df9f1fa97 100644 --- a/demos/ARM7-LPC214x-GCC-minimal/chconf.h +++ b/demos/ARM7-LPC214x-GCC-minimal/chconf.h @@ -59,6 +59,12 @@ * the kernel.*/
//#define CH_USE_EVENTS
+/** Configuration option: if specified then the \p chEvtWaitXXXTimeout()
+ * functions are included in the kernel.
+ * @note requires \p CH_USE_EVENTS.
+ */
+//#define CH_USE_EVENTS_TIMEOUT
+
/** Configuration option: if specified then the Synchronous Messages APIs are
* included in the kernel.*/
//#define CH_USE_MESSAGES
|