fix(esp_system): remove sdio core rst for esp32c61

This commit is contained in:
wanglei
2024-05-08 15:05:54 +08:00
committed by Wan Lei
parent f074909ab5
commit 2e27c22afd

View File

@@ -62,9 +62,6 @@ static esp_reset_reason_t get_reset_reason(soc_reset_reason_t rtc_reset_reason,
case RESET_REASON_CPU0_JTAG:
return ESP_RST_JTAG;
case RESET_REASON_CORE_SDIO:
return ESP_RST_SDIO;
default:
return ESP_RST_UNKNOWN;
}