diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-09-30 18:18:35 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-09-30 18:18:35 +0000 |
commit | c8d55aeb71e4a72423512f5f92528d24ffa0f2ad (patch) | |
tree | f31833bf1b760d2ea36809358149136ebad8826b /os/io/io.dox | |
parent | b55631f714a0469962883ac572e1910080de68fa (diff) | |
download | ChibiOS-c8d55aeb71e4a72423512f5f92528d24ffa0f2ad.tar.gz ChibiOS-c8d55aeb71e4a72423512f5f92528d24ffa0f2ad.tar.bz2 ChibiOS-c8d55aeb71e4a72423512f5f92528d24ffa0f2ad.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1196 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io/io.dox')
-rw-r--r-- | os/io/io.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/io/io.dox b/os/io/io.dox index 3e425f023..1c1ccda9b 100644 --- a/os/io/io.dox +++ b/os/io/io.dox @@ -159,7 +159,7 @@ * @details This module implements a generic interface for MII (Media
* Independent Interface) drivers.
* The MII/RMII/GMII/RGMII/SGMII buses are standard interfaces meant
- * to connect a @ref MAC block to a PHY transceiver.<br>
+ * to connect a MAC block to a PHY transceiver.<br>
* A @ref MII is usually used from within a @ref MAC and is not
* meant to be used directly from the application code.
*
|