diff options
| -rw-r--r-- | os/hal/ports/STM32/STM32L1xx/stm32_registry.h | 24 | 
1 files changed, 12 insertions, 12 deletions
| diff --git a/os/hal/ports/STM32/STM32L1xx/stm32_registry.h b/os/hal/ports/STM32/STM32L1xx/stm32_registry.h index c7e17c039..7bff1e574 100644 --- a/os/hal/ports/STM32/STM32L1xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32L1xx/stm32_registry.h @@ -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
 | 
