diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-30 14:05:25 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-30 14:05:25 +0000 |
commit | da52a1e8ca874ccf0b090d4590c2c9f7ebb3189a (patch) | |
tree | d4ddac579a9406ea41a29cf9fc9bb4ba52d813c2 /os/hal/hal.dox | |
parent | b8fd99cc2a07ac06635f2ada049dd3e7f8e741b4 (diff) | |
download | ChibiOS-da52a1e8ca874ccf0b090d4590c2c9f7ebb3189a.tar.gz ChibiOS-da52a1e8ca874ccf0b090d4590c2c9f7ebb3189a.tar.bz2 ChibiOS-da52a1e8ca874ccf0b090d4590c2c9f7ebb3189a.zip |
Documentation related fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2305 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/hal.dox')
-rw-r--r-- | os/hal/hal.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/hal.dox b/os/hal/hal.dox index ce9688e41..65c320d31 100644 --- a/os/hal/hal.dox +++ b/os/hal/hal.dox @@ -44,8 +44,8 @@ * .
* The LLD may be not present in those drivers that do not access the
* hardware directly but through other device drivers, as example the
- * @ref MMC_SPI driver uses the @ref SPI and @ref PAL drivers in order
- * to implement its functionalities.
+ * MMC_SPI driver uses the SPI and PAL drivers in order to implement
+ * its functionalities.
* .
* @subsection hal_device_driver_diagram Diagram
* @dot
|