APB -> APB1.

This commit is contained in:
NIIBE Yutaka
2017-12-14 19:04:16 +09:00
parent 499e575528
commit bc35bc81cf
7 changed files with 7 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ struct SYSCFG {
};
#define SYSCFG_CFGR1_MEM_MODE 0x03
#define SYSCFG_BASE (APBPERIPH_BASE + 0x00010000)
#define SYSCFG_BASE (APB1PERIPH_BASE + 0x00010000)
static struct SYSCFG *const SYSCFG = (struct SYSCFG *)SYSCFG_BASE;
#endif