diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-19 11:59:01 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-19 11:59:01 +0000 |
commit | f6b7b4d8448449097e44b13cff386fde5b292692 (patch) | |
tree | 36d7de0a9ef8cc392c6d784b32de29112ed03957 /os/kernel/templates | |
parent | 5b043b62ef7b758c2f52b9619027854900493de8 (diff) | |
download | ChibiOS-f6b7b4d8448449097e44b13cff386fde5b292692.tar.gz ChibiOS-f6b7b4d8448449097e44b13cff386fde5b292692.tar.bz2 ChibiOS-f6b7b4d8448449097e44b13cff386fde5b292692.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1079 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/templates')
-rw-r--r-- | os/kernel/templates/chconf.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/os/kernel/templates/chconf.h b/os/kernel/templates/chconf.h index 7b7d97cfa..dd1ff6968 100644 --- a/os/kernel/templates/chconf.h +++ b/os/kernel/templates/chconf.h @@ -234,16 +234,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 and @p CH_USE_EVENTS.
- */
-#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.
|