From ae5098bb9b402c4ed847475e389db8cc43e5527a Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Tue, 19 May 2015 12:25:46 +0200 Subject: [PATCH] cpu/stm32f0/include/stm32f091xc.h: Replace tabs by spaces --- cpu/stm32f0/include/stm32f091xc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/stm32f0/include/stm32f091xc.h b/cpu/stm32f0/include/stm32f091xc.h index 7e61681afb..8131dc6061 100644 --- a/cpu/stm32f0/include/stm32f091xc.h +++ b/cpu/stm32f0/include/stm32f091xc.h @@ -402,7 +402,7 @@ typedef struct uint32_t RESERVED; /*!< Reserved, 0x04 */ __IO uint32_t EXTICR[4]; /*!< SYSCFG external interrupt configuration register, Address offset: 0x14-0x08 */ __IO uint32_t CFGR2; /*!< SYSCFG configuration register 2, Address offset: 0x18 */ - uint32_t RESERVED1[25]; /*!< Reserved + COMP, 0x1C */ + uint32_t RESERVED1[25]; /*!< Reserved + COMP, 0x1C */ __IO uint32_t IT_LINE_SR[32]; /*!< SYSCFG configuration IT_LINE register, Address offset: 0x80 */ }SYSCFG_TypeDef;