Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_c6_wrong_pwdet_register' into 'master'
Browse files Browse the repository at this point in the history
pwdet: fix pwdet wrong base address on c6 h2

Closes WIFI-6168

See merge request espressif/esp-idf!25001
  • Loading branch information
suda-morris committed Jul 27, 2023
2 parents 8646abe + dd71c7f commit 22cfbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/soc/esp32c6/include/soc/reg_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion components/soc/esp32h2/include/soc/reg_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 22cfbf3

Please sign in to comment.