diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-11 15:03:25 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-11 15:03:25 +0000 |
commit | a474010e54534785366d1924554f5452725499b0 (patch) | |
tree | 30084f68f1500f1a04d31472f8c75c9bf74b3e1d /demos/ARM7-AT91SAM7X-WEB-GCC | |
parent | fceb645e35ab2708ec6e2c6ba944d328024ebecf (diff) | |
download | ChibiOS-a474010e54534785366d1924554f5452725499b0.tar.gz ChibiOS-a474010e54534785366d1924554f5452725499b0.tar.bz2 ChibiOS-a474010e54534785366d1924554f5452725499b0.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@430 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-AT91SAM7X-WEB-GCC')
-rw-r--r-- | demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h b/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h index 181dde8f4..57cc9d013 100644 --- a/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h +++ b/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h @@ -102,10 +102,9 @@ /** Configuration option: if specified then the
* \p chThdGetExitEventSource() function is included in the kernel.
- * @deprecated
* @note requires \p CH_USE_MESSAGES.
* @note requires \p CH_USE_EVENTS.*/
-//#define CH_USE_EXIT_EVENT
+#define CH_USE_EXIT_EVENT
/** Configuration option: if specified then the I/O queues APIs are included
* in the kernel.*/
|