esp32s2beta: re-enable int_wdt

This commit is contained in:
KonstantinKondrashov
2019-08-04 19:16:58 +08:00
parent 32f216441f
commit 3ffa33c84d
2 changed files with 11 additions and 31 deletions

View File

@@ -311,9 +311,9 @@ void start_cpu0_default(void)
do_global_ctors();
#if CONFIG_ESP_INT_WDT
//esp_int_wdt_init();
//Initialize the interrupt watch dog for CPU0.
//esp_int_wdt_cpu_init();
esp_int_wdt_init();
//Initialize the interrupt watch dog
esp_int_wdt_cpu_init();
#endif
esp_cache_err_int_init();
esp_crosscore_int_init();