diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-30 17:21:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-30 17:21:10 +0000 |
commit | d88897bf4d4a5d5436277814d76f0991ecbf4489 (patch) | |
tree | 6ccc628d37b71748bf04e5039395e947f426750f /test/coverage/chconf.h | |
parent | 07be1f54becd5106876ad7b83057aa5f750a7261 (diff) | |
download | ChibiOS-d88897bf4d4a5d5436277814d76f0991ecbf4489.tar.gz ChibiOS-d88897bf4d4a5d5436277814d76f0991ecbf4489.tar.bz2 ChibiOS-d88897bf4d4a5d5436277814d76f0991ecbf4489.zip |
Updated the coverage tool.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1145 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/coverage/chconf.h')
-rw-r--r-- | test/coverage/chconf.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/coverage/chconf.h b/test/coverage/chconf.h index 88528e834..a45650258 100644 --- a/test/coverage/chconf.h +++ b/test/coverage/chconf.h @@ -233,16 +233,6 @@ #endif
/**
- * If specified then the full duplex serial driver APIs are included in the
- * kernel.
- * @note The default is @p TRUE.
- * @note Requires @p CH_USE_QUEUES.
- */
-#if !defined(CH_USE_SERIAL_FULLDUPLEX) || defined(__DOXYGEN__)
-#define CH_USE_SERIAL_FULLDUPLEX TRUE
-#endif
-
-/**
* If specified then the memory heap allocator APIs are included in the kernel.
* @note The default is @p TRUE.
* @note Requires @p CH_USE_MUTEXES or @p CH_USE_SEMAPHORES.
|