aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-04 12:12:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-04 12:12:55 +0000
commit6f991ed990e6c3689411fddd287823ff2000f80b (patch)
treed619c3957e3823c2bcc49a92108c4fe48b870481 /os
parente6d3a23b9e6736cf9178086a78a6ed2008f671f9 (diff)
downloadChibiOS-6f991ed990e6c3689411fddd287823ff2000f80b.tar.gz
ChibiOS-6f991ed990e6c3689411fddd287823ff2000f80b.tar.bz2
ChibiOS-6f991ed990e6c3689411fddd287823ff2000f80b.zip
Documentation related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2455 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/hal/platforms/STM32/pwm_lld.h1
-rw-r--r--os/hal/platforms/STM8S/spi_lld.h4
2 files changed, 3 insertions, 2 deletions
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
* @{