example: bringup light sleep example for esp32h2

This commit is contained in:
Lou Tianhao
2023-05-22 19:14:42 +08:00
parent 2657d8f307
commit 7fd74057a3
17 changed files with 29 additions and 63 deletions

View File

@@ -86,7 +86,6 @@ static void bootloader_super_wdt_auto_feed(void)
static inline void bootloader_hardware_init(void)
{
// TODO: IDF-6267
/* Enable analog i2c master clock */
SET_PERI_REG_MASK(MODEM_LPCON_CLK_CONF_REG, MODEM_LPCON_CLK_I2C_MST_EN);
}