fix(pwdet): fix pwdet wrong base address on c6 h2

This commit is contained in:
Armando
2023-07-26 14:39:34 +08:00
parent 6d3db47187
commit dd71c7fe17
2 changed files with 2 additions and 2 deletions

View File

@@ -79,4 +79,4 @@
#define DR_REG_INTPRI_BASE 0x600C5000
#define DR_REG_EXTMEM_BASE 0x600C8000
#define PWDET_CONF_REG 0x600A8010
#define PWDET_CONF_REG 0x600A0810

View File

@@ -68,4 +68,4 @@
#define DR_REG_INTPRI_BASE 0x600C5000
#define DR_REG_CACHE_BASE 0x600C8000
#define PWDET_CONF_REG 0x600A8010
#define PWDET_CONF_REG 0x600A0810