Home
last modified time | relevance | path

Searched refs:core_buf (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/newlib/
Dabort.c23 char core_buf[2] = { 0 }; in abort() local
25 …char buf[sizeof(ERR_STR1) + sizeof(addr_buf) + sizeof(core_buf) + sizeof(ERR_STR2) + 1 /* null cha… in abort()
28 itoa(esp_cpu_get_core_id(), core_buf, 10); in abort()
30 const char *str[] = { ERR_STR1, addr_buf, ERR_STR2, core_buf }; in abort()