Merge branch 'bugfix/fix_c6_wrong_pwdet_register' into 'master'

pwdet: fix pwdet wrong base address on c6 h2

Closes WIFI-6168

See merge request espressif/esp-idf!25001
pull/11991/head
morris 2023-07-27 11:10:46 +08:00
commit 22cfbf30c3
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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