Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/src/
H A Dkservice.c1315 void rt_assert_handler(const char *ex_string, const char *func, rt_size_t line) in rt_assert_handler() argument
1330 … rt_kprintf("(%s) assertion failed at function:%s, line number:%d \n", ex_string, func, line); in rt_assert_handler()
1336 rt_assert_hook(ex_string, func, line); in rt_assert_handler()