diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-04-06 14:55:15 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-04-11 16:56:56 -0400 |
commit | fbd55a2647f4412ba51f1a54c1af49508f863cba (patch) | |
tree | e4525484eb0215338686d8190064153fc3a36141 | |
parent | d79ea860968318292922509b9e7d0b7c5976713d (diff) | |
download | librambutan-fbd55a2647f4412ba51f1a54c1af49508f863cba.tar.gz librambutan-fbd55a2647f4412ba51f1a54c1af49508f863cba.zip |
stm32f1/timer.h: Whitespace tweaks.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | libmaple/stm32f1/include/series/timer.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libmaple/stm32f1/include/series/timer.h b/libmaple/stm32f1/include/series/timer.h index 3e2ab0f..9bd273e 100644 --- a/libmaple/stm32f1/include/series/timer.h +++ b/libmaple/stm32f1/include/series/timer.h @@ -65,22 +65,22 @@ typedef struct timer_gen_reg_map { } timer_gen_reg_map; /** Timer 1 register map base pointer */ -#define TIMER1_BASE ((struct timer_adv_reg_map*)0x40012C00) +#define TIMER1_BASE ((struct timer_adv_reg_map*)0x40012C00) /** Timer 2 register map base pointer */ -#define TIMER2_BASE ((struct timer_gen_reg_map*)0x40000000) +#define TIMER2_BASE ((struct timer_gen_reg_map*)0x40000000) /** Timer 3 register map base pointer */ -#define TIMER3_BASE ((struct timer_gen_reg_map*)0x40000400) +#define TIMER3_BASE ((struct timer_gen_reg_map*)0x40000400) /** Timer 4 register map base pointer */ -#define TIMER4_BASE ((struct timer_gen_reg_map*)0x40000800) +#define TIMER4_BASE ((struct timer_gen_reg_map*)0x40000800) #if defined(STM32_HIGH_DENSITY) || defined(STM32_XL_DENSITY) /** Timer 5 register map base pointer */ -#define TIMER5_BASE ((struct timer_gen_reg_map*)0x40000C00) +#define TIMER5_BASE ((struct timer_gen_reg_map*)0x40000C00) /** Timer 6 register map base pointer */ -#define TIMER6_BASE ((struct timer_bas_reg_map*)0x40001000) +#define TIMER6_BASE ((struct timer_bas_reg_map*)0x40001000) /** Timer 7 register map base pointer */ -#define TIMER7_BASE ((struct timer_bas_reg_map*)0x40001400) +#define TIMER7_BASE ((struct timer_bas_reg_map*)0x40001400) /** Timer 8 register map base pointer */ -#define TIMER8_BASE ((struct timer_adv_reg_map*)0x40013400) +#define TIMER8_BASE ((struct timer_adv_reg_map*)0x40013400) #endif extern struct timer_dev *TIMER1; |