aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal')
-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
* @{