aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32L1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-10 10:08:00 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-10 10:08:00 +0000
commitc0de7a327dbb6d17318cbb368b75a7219f517c29 (patch)
treed39d9bad5a6ba9e0fd2798f0323bbb60f4ae6887 /os/hal/ports/STM32L1xx
parent2b3150149fbe38632ed7d8e8c2606eee18aea421 (diff)
downloadChibiOS-c0de7a327dbb6d17318cbb368b75a7219f517c29.tar.gz
ChibiOS-c0de7a327dbb6d17318cbb368b75a7219f517c29.tar.bz2
ChibiOS-c0de7a327dbb6d17318cbb368b75a7219f517c29.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6289 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32L1xx')
-rw-r--r--os/hal/ports/STM32L1xx/stm32_registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32L1xx/stm32_registry.h b/os/hal/ports/STM32L1xx/stm32_registry.h
index 1a6379bcd..23d5d3264 100644
--- a/os/hal/ports/STM32L1xx/stm32_registry.h
+++ b/os/hal/ports/STM32L1xx/stm32_registry.h
@@ -104,7 +104,7 @@
#define STM32_TIM_MAX_CHANNELS 6
#define STM32_HAS_TIM2 TRUE
-#define STM32_TIM2_IS_32BITS TRUE
+#define STM32_TIM2_IS_32BITS FALSE
#define STM32_TIM2_CHANNELS 4
#define STM32_HAS_TIM3 TRUE