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:
parent
5f67a1b3ef
commit
e9fb17e407
|
@ -84,7 +84,7 @@ PWMDriver PWMD5;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief PWMD8 driver identifier.
|
* @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__)
|
#if STM32_PWM_USE_TIM8 || defined(__DOXYGEN__)
|
||||||
PWMDriver PWMD8;
|
PWMDriver PWMD8;
|
||||||
|
|
Loading…
Reference in New Issue