Fix typo in TIM3RST #define.

Thanks Thomas Otto <tommi@viadmin.org> for the patch!
This commit is contained in:
Uwe Hermann 2010-01-22 01:54:10 +01:00
parent 1f9479e673
commit 0308b49b76

View File

@ -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 --------------------------------------------------- */