MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / AssertCallback

Function AssertCallback

bsp/ft2004/drivers/board.c:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89INIT_BOARD_EXPORT(rt_hw_timer_init);
90
91static void AssertCallback(const char *File, s32 Line)
92{
93 Ft_printf("Assert Error is %s : %d \r\n", File, Line);
94}
95
96#ifdef RT_USING_SMP
97void rt_hw_ipi_handler_install(int ipi_vector, rt_isr_handler_t ipi_isr_handler);

Callers

nothing calls this directly

Calls 1

Ft_printfFunction · 0.85

Tested by

no test coverage detected