diff options
-rw-r--r-- | docs/src/main.dox | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox index a3b9a453b..2cc656107 100644 --- a/docs/src/main.dox +++ b/docs/src/main.dox @@ -397,8 +397,7 @@ * The module also contains functions that make the implementation of the
* interrupt service routines much easier.<br>
* In order to use the serial full duplex driver the
- * @p CH_USE_SERIAL_FULLDUPLEX option must be specified in @p chconf.h.<br>
- * In order to use the serial half duplex driver the
+ * @p CH_USE_SERIAL_FULLDUPLEX option must be specified in @p chconf.h.
*/
/**
|