diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-24 10:03:45 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-08-24 10:03:45 +0000 |
commit | d5ce517dc2cc86a9d30483ea42e1f0f803b126ac (patch) | |
tree | 68ac7ce628080a36bbd8fd17bfe2624d01bbb1d7 /os/hal/ports/STM32/STM32L0xx | |
parent | 04de7cb7eaba5b568971aa91b81e4b96ae105c86 (diff) | |
download | ChibiOS-d5ce517dc2cc86a9d30483ea42e1f0f803b126ac.tar.gz ChibiOS-d5ce517dc2cc86a9d30483ea42e1f0f803b126ac.tar.bz2 ChibiOS-d5ce517dc2cc86a9d30483ea42e1f0f803b126ac.zip |
Fixed bug #876.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10467 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32L0xx')
-rw-r--r-- | os/hal/ports/STM32/STM32L0xx/stm32_registry.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32L0xx/stm32_registry.h b/os/hal/ports/STM32/STM32L0xx/stm32_registry.h index afda92a3b..c22bb2e85 100644 --- a/os/hal/ports/STM32/STM32L0xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32L0xx/stm32_registry.h @@ -170,6 +170,8 @@ #define STM32_HAS_SPI6 FALSE
/* TIM attributes.*/
+#define STM32_TIM_MAX_CHANNELS 4
+
#define STM32_HAS_TIM2 TRUE
#define STM32_TIM2_IS_32BITS FALSE
#define STM32_TIM2_CHANNELS 4
@@ -383,6 +385,8 @@ #define STM32_HAS_SPI6 FALSE
/* TIM attributes.*/
+#define STM32_TIM_MAX_CHANNELS 4
+
#define STM32_HAS_TIM2 TRUE
#define STM32_TIM2_IS_32BITS FALSE
#define STM32_TIM2_CHANNELS 4
@@ -619,6 +623,8 @@ #define STM32_HAS_SPI6 FALSE
/* TIM attributes.*/
+#define STM32_TIM_MAX_CHANNELS 4
+
#define STM32_HAS_TIM2 TRUE
#define STM32_TIM2_IS_32BITS FALSE
#define STM32_TIM2_CHANNELS 4
|