diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-08 10:58:59 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-08 10:58:59 +0000 |
commit | 9336c1fc9fdae776126295737131d0a22b2f05b8 (patch) | |
tree | 4b49edb25b0478c4b82583a4f8241f0896094cc5 /demos/AVR-ATmega128-GCC/chconf.h | |
parent | 86acf7daf6a6f867964e7d736b21ee923ab66ebe (diff) | |
download | ChibiOS-9336c1fc9fdae776126295737131d0a22b2f05b8.tar.gz ChibiOS-9336c1fc9fdae776126295737131d0a22b2f05b8.tar.bz2 ChibiOS-9336c1fc9fdae776126295737131d0a22b2f05b8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@501 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR-ATmega128-GCC/chconf.h')
-rw-r--r-- | demos/AVR-ATmega128-GCC/chconf.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/demos/AVR-ATmega128-GCC/chconf.h b/demos/AVR-ATmega128-GCC/chconf.h index a3e829134..87b92479e 100644 --- a/demos/AVR-ATmega128-GCC/chconf.h +++ b/demos/AVR-ATmega128-GCC/chconf.h @@ -59,11 +59,6 @@ * the kernel.*/
#define CH_USE_EVENTS
-/** Configuration option: if specified then the \p chEvtWaitTimeout()
- * function is 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
|