Просмотр исходного кода

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

Armando 2 лет назад
Родитель
Сommit
dd71c7fe17

+ 1 - 1
components/soc/esp32c6/include/soc/reg_base.h

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

+ 1 - 1
components/soc/esp32h2/include/soc/reg_base.h

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