av_x-v1 fix timer_config clock bit

This commit is contained in:
Daniel Agar 2019-08-19 14:44:39 -04:00
parent 737f5d4e3d
commit 6cf55ac83a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ __EXPORT const io_timers_t io_timers[MAX_IO_TIMERS] = {
{
.base = STM32_TIM8_BASE,
.clock_register = STM32_RCC_APB2ENR,
.clock_bit = RCC_APB2ENR_TIM10EN,
.clock_bit = RCC_APB2ENR_TIM8EN,
.clock_freq = STM32_APB2_TIM8_CLKIN,
.first_channel_index = 5,
.last_channel_index = 5,