aboutsummaryrefslogtreecommitdiff
path: root/include/libopenstm32
diff options
context:
space:
mode:
authorUwe Hermann2010-01-22 01:54:10 +0100
committerUwe Hermann2010-01-22 01:54:10 +0100
commit0308b49b76031ccb96961fe16be1c707cf2edb88 (patch)
treea2db52407aaefd739ae0a00fdb5ad43b9c849b59 /include/libopenstm32
parent1f9479e673430ecd346f5ab49510540817001246 (diff)
Fix typo in TIM3RST #define.
Thanks Thomas Otto <tommi@viadmin.org> for the patch!
Diffstat (limited to 'include/libopenstm32')
-rw-r--r--include/libopenstm32/rcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libopenstm32/rcc.h b/include/libopenstm32/rcc.h
index 4375146..208c49f 100644
--- a/include/libopenstm32/rcc.h
+++ b/include/libopenstm32/rcc.h
@@ -225,7 +225,7 @@
#define TIM6RST (1 << 4)
#define TIM5RST (1 << 3)
#define TIM4RST (1 << 2)
-#define TIM3RST (1 << 2)
+#define TIM3RST (1 << 1)
#define TIM2RST (1 << 0)
/* --- RCC_AHBENR values --------------------------------------------------- */