From 0308b49b76031ccb96961fe16be1c707cf2edb88 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 22 Jan 2010 01:54:10 +0100 Subject: Fix typo in TIM3RST #define. Thanks Thomas Otto for the patch! --- include/libopenstm32/rcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --------------------------------------------------- */ -- cgit v1.2.3