aboutsummaryrefslogtreecommitdiffstats
path: root/test/coverage
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-19 07:15:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-19 07:15:05 +0000
commitd62a644b1e910c7fccd65d768a838fcc651e4e80 (patch)
treeb8c0d2122ec89b353611b19660782de8613e7416 /test/coverage
parenta6b9e598ee8603df903ca34ab69bed2abda56c5a (diff)
downloadChibiOS-d62a644b1e910c7fccd65d768a838fcc651e4e80.tar.gz
ChibiOS-d62a644b1e910c7fccd65d768a838fcc651e4e80.tar.bz2
ChibiOS-d62a644b1e910c7fccd65d768a838fcc651e4e80.zip
Removed the chMsgSendWithEvent() function and the related configuration option.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@914 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/coverage')
-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.