Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dabort.c16 #define ERR_STR1 "abort() was called at PC 0x" in abort() macro
25 …char buf[sizeof(ERR_STR1) + sizeof(addr_buf) + sizeof(core_buf) + sizeof(ERR_STR2) + 1 /* null cha… in abort()
30 const char *str[] = { ERR_STR1, addr_buf, ERR_STR2, core_buf }; in abort()