From 300fe2d558756f404fd5f740a722ff89ff97d6e3 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 22 Jan 2012 11:51:06 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3851 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/pwm_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal') 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. -- cgit v1.2.3