CMSIS/H7: Comment out definition of SDMMC because the reg doesn't exist.
This commit is contained in:
parent
01c0327414
commit
f243fc3dfa
@ -2382,7 +2382,7 @@ typedef struct
|
||||
#define EXTI ((EXTI_TypeDef *) EXTI_BASE)
|
||||
#define EXTI_D1 ((EXTI_Core_TypeDef *) EXTI_D1_BASE)
|
||||
#define EXTI_D2 ((EXTI_Core_TypeDef *) EXTI_D2_BASE)
|
||||
#define SDMMC ((SDMMC_TypeDef *) SDMMC_BASE)
|
||||
//#define SDMMC ((SDMMC_TypeDef *) SDMMC_BASE)
|
||||
#define TIM1 ((TIM_TypeDef *) TIM1_BASE)
|
||||
#define SPI1 ((SPI_TypeDef *) SPI1_BASE)
|
||||
#define TIM8 ((TIM_TypeDef *) TIM8_BASE)
|
||||
|
||||
@ -2455,7 +2455,7 @@ typedef struct
|
||||
#define EXTI ((EXTI_TypeDef *) EXTI_BASE)
|
||||
#define EXTI_D1 ((EXTI_Core_TypeDef *) EXTI_D1_BASE)
|
||||
#define EXTI_D2 ((EXTI_Core_TypeDef *) EXTI_D2_BASE)
|
||||
#define SDMMC ((SDMMC_TypeDef *) SDMMC_BASE)
|
||||
//#define SDMMC ((SDMMC_TypeDef *) SDMMC_BASE)
|
||||
#define TIM1 ((TIM_TypeDef *) TIM1_BASE)
|
||||
#define SPI1 ((SPI_TypeDef *) SPI1_BASE)
|
||||
#define TIM8 ((TIM_TypeDef *) TIM8_BASE)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user