aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/templates/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/templates/chconf.h')
-rw-r--r--os/kernel/templates/chconf.h10
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.