git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@5549 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-04-06 17:32:14 +00:00
parent 5f67a1b3ef
commit e9fb17e407
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ PWMDriver PWMD5;
/**
* @brief PWMD8 driver identifier.
* @note The driver PWMD5 allocates the timer TIM5 when enabled.
* @note The driver PWMD8 allocates the timer TIM8 when enabled.
*/
#if STM32_PWM_USE_TIM8 || defined(__DOXYGEN__)
PWMDriver PWMD8;