aboutsummaryrefslogtreecommitdiffstats
path: root/test/coverage/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/coverage/chconf.h')
-rw-r--r--test/coverage/chconf.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/coverage/chconf.h b/test/coverage/chconf.h
index ebd7c3dbd..3666deae2 100644
--- a/test/coverage/chconf.h
+++ b/test/coverage/chconf.h
@@ -216,16 +216,6 @@
#endif
/**
- * If specified then the @p chMsgSendWithEvent() function is included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_MESSAGES and @p CH_USE_EVENTS.
- */
-#if !defined(CH_USE_MESSAGES_EVENT) || defined(__DOXYGEN__)
-#define CH_USE_MESSAGES_EVENT TRUE
-#endif
-
-/**
* If enabled then messages are served by priority rather than in FIFO order.
* @note The default is @p FALSE. Enable this if you have special requirements.
* @note Requires @p CH_USE_MESSAGES.