diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-01 16:02:22 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-01 16:02:22 +0000 |
commit | 811227694ff5fdbdb2ee60c083e8e1fcac34e4e9 (patch) | |
tree | 3678b504f6ac92c07008008363d88d61f320f33f | |
parent | 120ed882b18dd550d9776dacff49d37783742c9b (diff) | |
download | ChibiOS-811227694ff5fdbdb2ee60c083e8e1fcac34e4e9.tar.gz ChibiOS-811227694ff5fdbdb2ee60c083e8e1fcac34e4e9.tar.bz2 ChibiOS-811227694ff5fdbdb2ee60c083e8e1fcac34e4e9.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@999 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | docs/src/main.dox | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox index 289e7ab55..a3b9a453b 100644 --- a/docs/src/main.dox +++ b/docs/src/main.dox @@ -399,8 +399,6 @@ * 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_HALFDUPLEX option must be specified in @p chconf.h.
- * @ingroup IO
*/
/**
|