git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6954 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
cc8b2a7559
commit
4c6383f4f3
|
@ -129,16 +129,16 @@
|
|||
#define STM32_TIM7_CHANNELS 0
|
||||
|
||||
#define STM32_HAS_TIM9 TRUE
|
||||
#define STM32_TIM15_IS_32BITS FALSE
|
||||
#define STM32_TIM15_CHANNELS 2
|
||||
#define STM32_TIM9_IS_32BITS FALSE
|
||||
#define STM32_TIM9_CHANNELS 2
|
||||
|
||||
#define STM32_HAS_TIM10 TRUE
|
||||
#define STM32_TIM15_IS_32BITS FALSE
|
||||
#define STM32_TIM15_CHANNELS 2
|
||||
#define STM32_TIM10_IS_32BITS FALSE
|
||||
#define STM32_TIM10_CHANNELS 2
|
||||
|
||||
#define STM32_HAS_TIM11 TRUE
|
||||
#define STM32_TIM15_IS_32BITS FALSE
|
||||
#define STM32_TIM15_CHANNELS 2
|
||||
#define STM32_TIM11_IS_32BITS FALSE
|
||||
#define STM32_TIM11_CHANNELS 2
|
||||
|
||||
#define STM32_HAS_TIM1 FALSE
|
||||
#define STM32_HAS_TIM5 FALSE
|
||||
|
@ -277,16 +277,16 @@
|
|||
#define STM32_TIM7_CHANNELS 0
|
||||
|
||||
#define STM32_HAS_TIM9 TRUE
|
||||
#define STM32_TIM15_IS_32BITS FALSE
|
||||
#define STM32_TIM15_CHANNELS 2
|
||||
#define STM32_TIM9_IS_32BITS FALSE
|
||||
#define STM32_TIM9_CHANNELS 2
|
||||
|
||||
#define STM32_HAS_TIM10 TRUE
|
||||
#define STM32_TIM15_IS_32BITS FALSE
|
||||
#define STM32_TIM15_CHANNELS 2
|
||||
#define STM32_TIM10_IS_32BITS FALSE
|
||||
#define STM32_TIM10_CHANNELS 2
|
||||
|
||||
#define STM32_HAS_TIM11 TRUE
|
||||
#define STM32_TIM15_IS_32BITS FALSE
|
||||
#define STM32_TIM15_CHANNELS 2
|
||||
#define STM32_TIM11_IS_32BITS FALSE
|
||||
#define STM32_TIM11_CHANNELS 2
|
||||
|
||||
#define STM32_HAS_TIM1 FALSE
|
||||
#define STM32_HAS_TIM8 FALSE
|
||||
|
|
Loading…
Reference in New Issue