From da52a1e8ca874ccf0b090d4590c2c9f7ebb3189a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 30 Oct 2010 14:05:25 +0000 Subject: [PATCH] Documentation related fix. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2305 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/hal.dox | 4 ++-- 1 file 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