git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3851 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-01-22 11:51:06 +00:00
parent 21148a2f7f
commit 300fe2d558
1 changed files with 1 additions and 1 deletions

View File

@ -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.