diff options
| -rw-r--r-- | os/hal/platforms/STM32/pwm_lld.h | 1 | ||||
| -rw-r--r-- | os/hal/platforms/STM8S/spi_lld.h | 4 | ||||
| -rw-r--r-- | readme.txt | 1 | 
3 files changed, 4 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
   * @{
 diff --git a/readme.txt b/readme.txt index 4f3fa4766..eaacf9fcd 100644 --- a/readme.txt +++ b/readme.txt @@ -75,6 +75,7 @@  - CHANGE: Modified the STM32_PWM_PWMx_IRQ_PRIORITY macros in the STM32
    PWM driver (and all the STM32 mcuconf.h files) and renamed them in
    STM32_PWM_TIMx_IRQ_PRIORITY for consistency.
 +- Documentation related fixes.
  *** 2.1.4 ***
  - FIX: Fixed failed memory recovery by registry scan, improved the related
 | 
