aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-01-04 15:19:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-01-04 15:19:23 +0000
commit69e0612f0db056d7fad22814df0671a3f3289f52 (patch)
treee5231f5bda894529def6d6f468d3f9f7a44befd6 /os/hal/ports
parent6f1b66f2f80373a63fe310086cd93f03ed7e302a (diff)
downloadChibiOS-69e0612f0db056d7fad22814df0671a3f3289f52.tar.gz
ChibiOS-69e0612f0db056d7fad22814df0671a3f3289f52.tar.bz2
ChibiOS-69e0612f0db056d7fad22814df0671a3f3289f52.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7603 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/stm32_registry.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/stm32_registry.h b/os/hal/ports/STM32/STM32F4xx/stm32_registry.h
index ab05889ae..c585a501f 100644
--- a/os/hal/ports/STM32/STM32F4xx/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32F4xx/stm32_registry.h
@@ -940,7 +940,9 @@
/* TIM attributes.*/
#define STM32_TIM_MAX_CHANNELS 4
-#define STM32_HAS_TIM1 FALSE
+#define STM32_HAS_TIM1 TRUE
+#define STM32_TIM1_IS_32BITS FALSE
+#define STM32_TIM1_CHANNELS 4
#define STM32_HAS_TIM2 TRUE
#define STM32_TIM2_IS_32BITS TRUE