mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
wdt: Updates
This commit is contained in:
@@ -58,6 +58,10 @@ static void IRAM_ATTR esp_crosscore_isr(void *arg)
|
||||
* to allow DFS features without the extra latency of the ISR hook.
|
||||
*/
|
||||
}
|
||||
// TODO: ESP32-C3 IDF-2986
|
||||
// if (my_reason_val & REASON_PRINT_BACKTRACE) {
|
||||
// esp_backtrace_print(100);
|
||||
// }
|
||||
}
|
||||
|
||||
// Initialize the crosscore interrupt on this core.
|
||||
|
Reference in New Issue
Block a user