diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-09 16:05:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-09 16:05:41 +0000 |
commit | a6feec221cd3050e0f2d56950abd39677790d79f (patch) | |
tree | 3dfda401ef92c226b24e2cd8ae3dd33fcf1dc54c /demos/ARM7-LPC214x-G++ | |
parent | 7506cef74c79741c57cf9575ac8b3b400c50bf41 (diff) | |
download | ChibiOS-a6feec221cd3050e0f2d56950abd39677790d79f.tar.gz ChibiOS-a6feec221cd3050e0f2d56950abd39677790d79f.tar.bz2 ChibiOS-a6feec221cd3050e0f2d56950abd39677790d79f.zip |
Removed the CH_USE_SEMAPHORES_TIMEOUT configuration option.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@962 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-G++')
-rw-r--r-- | demos/ARM7-LPC214x-G++/chconf.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/demos/ARM7-LPC214x-G++/chconf.h b/demos/ARM7-LPC214x-G++/chconf.h index 658842338..8e6eda189 100644 --- a/demos/ARM7-LPC214x-G++/chconf.h +++ b/demos/ARM7-LPC214x-G++/chconf.h @@ -154,16 +154,6 @@ #endif
/**
- * If specified then the Semaphores with timeout APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_SEMAPHORES.
- */
-#if !defined(CH_USE_SEMAPHORES_TIMEOUT) || defined(__DOXYGEN__)
-#define CH_USE_SEMAPHORES_TIMEOUT TRUE
-#endif
-
-/**
* If specified then the Mutexes APIs are included in the kernel.
* @note The default is @p TRUE.
*/
|