mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_c6_wrong_pwdet_register_v5.1' into 'release/v5.1'
pwdet: fix pwdet wrong base address on c6 h2 (v5.1) See merge request espressif/esp-idf!25025
This commit is contained in:
commit
d026b92c75
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user