aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ATmega128-GCC/chconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-08 12:44:36 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-08 12:44:36 +0000
commitcbc30670d8004caeb7b0a8a9567377ac99032805 (patch)
treeada205f345ef2f67dbd76aca98291bc74f02dbef /demos/AVR-ATmega128-GCC/chconf.h
parent9336c1fc9fdae776126295737131d0a22b2f05b8 (diff)
downloadChibiOS-cbc30670d8004caeb7b0a8a9567377ac99032805.tar.gz
ChibiOS-cbc30670d8004caeb7b0a8a9567377ac99032805.tar.bz2
ChibiOS-cbc30670d8004caeb7b0a8a9567377ac99032805.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@502 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR-ATmega128-GCC/chconf.h')
-rw-r--r--demos/AVR-ATmega128-GCC/chconf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/AVR-ATmega128-GCC/chconf.h b/demos/AVR-ATmega128-GCC/chconf.h
index 87b92479e..bda3d497b 100644
--- a/demos/AVR-ATmega128-GCC/chconf.h
+++ b/demos/AVR-ATmega128-GCC/chconf.h
@@ -59,6 +59,12 @@
* the kernel.*/
#define CH_USE_EVENTS
+/** Configuration option: if specified then the \p chEvtWaitXXXTimeout()
+ * functions are 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