aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-AT90CANx-GCC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-09 16:05:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-09 16:05:41 +0000
commita6feec221cd3050e0f2d56950abd39677790d79f (patch)
tree3dfda401ef92c226b24e2cd8ae3dd33fcf1dc54c /demos/AVR-AT90CANx-GCC
parent7506cef74c79741c57cf9575ac8b3b400c50bf41 (diff)
downloadChibiOS-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/AVR-AT90CANx-GCC')
-rw-r--r--demos/AVR-AT90CANx-GCC/chconf.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/demos/AVR-AT90CANx-GCC/chconf.h b/demos/AVR-AT90CANx-GCC/chconf.h
index b4cccc474..717a0ce09 100644
--- a/demos/AVR-AT90CANx-GCC/chconf.h
+++ b/demos/AVR-AT90CANx-GCC/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.
*/