diff options
Diffstat (limited to 'os')
| -rw-r--r-- | os/hal/platforms/STM32/pwm_lld.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/os/hal/platforms/STM32/pwm_lld.c b/os/hal/platforms/STM32/pwm_lld.c index 11b5faade..518f92928 100644 --- a/os/hal/platforms/STM32/pwm_lld.c +++ b/os/hal/platforms/STM32/pwm_lld.c @@ -257,7 +257,7 @@ CH_IRQ_HANDLER(TIM8_UP_IRQHandler) {  }
  /**
 - * @brief   TIM1 compare interrupt handler.
 + * @brief   TIM8 compare interrupt handler.
   * @note    It is assumed that the various sources are only activated if the
   *          associated callback pointer is not equal to @p NULL in order to not
   *          perform an extra check in a potentially critical interrupt handler.
 | 
