forked from Archive/PX4-Autopilot
Fix an error in a #error
This commit is contained in:
parent
74c62a131e
commit
264cf65d0f
|
@ -125,7 +125,7 @@
|
|||
# define HRT_TIMER_VECTOR STM32_IRQ_TIM8CC
|
||||
# define HRT_TIMER_CLOCK STM32_APB2_TIM8_CLKIN
|
||||
# if CONFIG_STM32_TIM8
|
||||
# error must not set CONFIG_STM32_TIM8=y and HRT_TIMER=6
|
||||
# error must not set CONFIG_STM32_TIM8=y and HRT_TIMER=8
|
||||
# endif
|
||||
#elif HRT_TIMER == 9
|
||||
# define HRT_TIMER_BASE STM32_TIM9_BASE
|
||||
|
|
Loading…
Reference in New Issue