aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-22 11:51:06 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-22 11:51:06 +0000
commit300fe2d558756f404fd5f740a722ff89ff97d6e3 (patch)
treed4001f866b7a6835b6fc48e2f965b4cde81f95fc /os/hal
parent21148a2f7f7a08a36b7e7a03365e8eabbd93960a (diff)
downloadChibiOS-300fe2d558756f404fd5f740a722ff89ff97d6e3.tar.gz
ChibiOS-300fe2d558756f404fd5f740a722ff89ff97d6e3.tar.bz2
ChibiOS-300fe2d558756f404fd5f740a722ff89ff97d6e3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3851 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/platforms/STM32/pwm_lld.c2
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.