diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-01 16:04:06 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-01 16:04:06 +0000 |
commit | 38c77daa8b81bc55fc391d5ebcf320d5cd3aba18 (patch) | |
tree | 872b1a2b3a86f16a94192c785dcd88901a59be5d /docs | |
parent | 811227694ff5fdbdb2ee60c083e8e1fcac34e4e9 (diff) | |
download | ChibiOS-38c77daa8b81bc55fc391d5ebcf320d5cd3aba18.tar.gz ChibiOS-38c77daa8b81bc55fc391d5ebcf320d5cd3aba18.tar.bz2 ChibiOS-38c77daa8b81bc55fc391d5ebcf320d5cd3aba18.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1000 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-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.
*/
/**
|