From 6f991ed990e6c3689411fddd287823ff2000f80b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 4 Dec 2010 12:12:55 +0000 Subject: Documentation related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2455 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/pwm_lld.h | 1 + os/hal/platforms/STM8S/spi_lld.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'os') diff --git a/os/hal/platforms/STM32/pwm_lld.h b/os/hal/platforms/STM32/pwm_lld.h index b716d77c2..9a63c3e38 100644 --- a/os/hal/platforms/STM32/pwm_lld.h +++ b/os/hal/platforms/STM32/pwm_lld.h @@ -297,6 +297,7 @@ struct PWMDriver { * proper hardware resolution by carefully choosing the clock source * and prescaler settings, see @p PWM_COMPUTE_PSC. * + * @param[in] pwmp pointer to a @p PWMDriver object * @param[in] numerator numerator of the fraction * @param[in] denominator percentage as an integer between 0 and numerator * @return The pulse width to be passed to @p pwmEnableChannel(). diff --git a/os/hal/platforms/STM8S/spi_lld.h b/os/hal/platforms/STM8S/spi_lld.h index cbcd2fd62..1f665d01a 100644 --- a/os/hal/platforms/STM8S/spi_lld.h +++ b/os/hal/platforms/STM8S/spi_lld.h @@ -18,8 +18,8 @@ */ /** - * @file LPC13xx/spi_lld.h - * @brief LPC13xx low level SPI driver header. + * @file STM8S/spi_lld.h + * @brief STM8S low level SPI driver header. * * @addtogroup SPI * @{ -- cgit v1.2.3