diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-28 10:07:46 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-28 10:07:46 +0000 |
commit | 3e9765e2069a9faedff2721a1abf46607cf1189d (patch) | |
tree | 12de2adbe2b6107499ce604d50578ff717667fd8 /demos/ARM7-LPC214x-G++ | |
parent | dd39b808aceeb2cc726c9b90fe9ca3116bf0ebd7 (diff) | |
download | ChibiOS-3e9765e2069a9faedff2721a1abf46607cf1189d.tar.gz ChibiOS-3e9765e2069a9faedff2721a1abf46607cf1189d.tar.bz2 ChibiOS-3e9765e2069a9faedff2721a1abf46607cf1189d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@545 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-G++')
-rw-r--r-- | demos/ARM7-LPC214x-G++/chconf.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/demos/ARM7-LPC214x-G++/chconf.h b/demos/ARM7-LPC214x-G++/chconf.h index a6cf96004..2d0a1513f 100644 --- a/demos/ARM7-LPC214x-G++/chconf.h +++ b/demos/ARM7-LPC214x-G++/chconf.h @@ -84,19 +84,11 @@ * @note requires \p CH_USE_MESSAGES.*/
#define CH_USE_MESSAGES_EVENT
-/** Configuration option: If enabled then the threads have an option to serve
- * messages by priority instead of FIFO order.
+/** Configuration option: If enabled then the threads serve messages by
+ * priority instead of FIFO order.
* @note requires \p CH_USE_MESSAGES.*/
//#define CH_USE_MESSAGES_PRIORITY
-/** Configuration option: if specified then the
- * \p chThdGetExitEventSource() function is included in the kernel.
- * @note requires \p CH_USE_EVENTS.
- * @deprecated \p THREAD_EXT_EXIT should be used, this functionality will be
- * removed in version 1.0.0.
- */
-#define CH_USE_EXIT_EVENT
-
/** Configuration option: if specified then the I/O queues APIs are included
* in the kernel.*/
#define CH_USE_QUEUES
|