cpu/stm32f0/include/stm32f091xc.h: Replace tabs by spaces

This commit is contained in:
Joakim Gebart 2015-05-19 12:25:46 +02:00
parent 4656e022cc
commit ae5098bb9b

View File

@ -402,7 +402,7 @@ typedef struct
uint32_t RESERVED; /*!< Reserved, 0x04 */ uint32_t RESERVED; /*!< Reserved, 0x04 */
__IO uint32_t EXTICR[4]; /*!< SYSCFG external interrupt configuration register, Address offset: 0x14-0x08 */ __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 */ __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 */ __IO uint32_t IT_LINE_SR[32]; /*!< SYSCFG configuration IT_LINE register, Address offset: 0x80 */
}SYSCFG_TypeDef; }SYSCFG_TypeDef;