forked from Archive/PX4-Autopilot
av_x-v1 fix timer_config clock bit
This commit is contained in:
parent
737f5d4e3d
commit
6cf55ac83a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue