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

This commit is contained in:
Giovanni Di Sirio 2016-02-27 08:05:08 +00:00
parent 50a472715f
commit 73090da50c
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ OSAL_IRQ_HANDLER(STM32_TIM2_HANDLER) {
gpt_lld_serve_interrupt(&PWMD2, sr); gpt_lld_serve_interrupt(&PWMD2, sr);
#endif #endif
#if STM32_GPT_USE_TIM2 #if STM32_ST_USE_TIM2
st_lld_serve_interrupt(); st_lld_serve_interrupt();
#endif #endif