aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/TIMv1/stm32_tim.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-09-03 17:16:06 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-09-03 17:16:06 +0000
commit7d99d4c8c07408d8e1d1f61044eb037148b235c2 (patch)
tree0f324b7cd9f8cdfca762f880d1c0adaca7452fcf /os/hal/ports/STM32/LLD/TIMv1/stm32_tim.h
parent6ddf9cf1ee0dfc6b13575f16880f44237f93454c (diff)
downloadChibiOS-7d99d4c8c07408d8e1d1f61044eb037148b235c2.tar.gz
ChibiOS-7d99d4c8c07408d8e1d1f61044eb037148b235c2.tar.bz2
ChibiOS-7d99d4c8c07408d8e1d1f61044eb037148b235c2.zip
Fixed bug #880.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10550 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/TIMv1/stm32_tim.h')
-rw-r--r--os/hal/ports/STM32/LLD/TIMv1/stm32_tim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/TIMv1/stm32_tim.h b/os/hal/ports/STM32/LLD/TIMv1/stm32_tim.h
index b9e083ca8..7e3351e5a 100644
--- a/os/hal/ports/STM32/LLD/TIMv1/stm32_tim.h
+++ b/os/hal/ports/STM32/LLD/TIMv1/stm32_tim.h
@@ -327,7 +327,7 @@
#define STM32_TIM_DCR_DBA(n) ((n) << 0)
#define STM32_TIM_DCR_DBL_MASK (31U << 8)
-#define STM32_TIM_DCR_DBL(b) ((n) << 8)
+#define STM32_TIM_DCR_DBL(n) ((n) << 8)
/** @} */
/**