Skip to content

Commit

Permalink
Merge pull request #839 from eneadev/patch-1
Browse files Browse the repository at this point in the history
Update drv_hrt.c
  • Loading branch information
LorenzMeier committed May 9, 2014
2 parents e4c0a22 + e2989bc commit fc54cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/stm32/drv_hrt.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
#elif HRT_TIMER == 3
# define HRT_TIMER_BASE STM32_TIM3_BASE
# define HRT_TIMER_POWER_REG STM32_RCC_APB1ENR
# define HRT_TIMER_POWER_BIT RCC_APB2ENR_TIM3EN
# define HRT_TIMER_POWER_BIT RCC_APB1ENR_TIM3EN
# define HRT_TIMER_VECTOR STM32_IRQ_TIM3
# define HRT_TIMER_CLOCK STM32_APB1_TIM3_CLKIN
# if CONFIG_STM32_TIM3
Expand Down

0 comments on commit fc54cc2

Please sign in to comment.