aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ATmega128-GCC/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR-ATmega128-GCC/chconf.h')
-rw-r--r--demos/AVR-ATmega128-GCC/chconf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/AVR-ATmega128-GCC/chconf.h b/demos/AVR-ATmega128-GCC/chconf.h
index 736c4064e..c44cd39d5 100644
--- a/demos/AVR-ATmega128-GCC/chconf.h
+++ b/demos/AVR-ATmega128-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.*/