esp32, esp32s2: move reset reason source to esp_system

This commit is contained in:
Renz Bagaporo
2020-03-04 17:12:06 +08:00
parent 84e80a3e50
commit 890510aecd
10 changed files with 11 additions and 36 deletions

View File

@@ -78,5 +78,7 @@ void esp_cache_err_int_init(void)
int IRAM_ATTR esp_cache_err_get_cpuid(void)
{
// TODO: The description for this seem to indicate that when cache is not in error
// state, return -1.
return PRO_CPU_NUM;
}