mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-27 15:24:11 +08:00
[bsp][cv1800b] fix a implicit-function-declaration warning
Signed-off-by: LiuLingze <luiyanbing@foxmail.com>
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
|
|
||||||
#ifdef RT_USING_SMART
|
#ifdef RT_USING_SMART
|
||||||
#include <lwp_arch.h>
|
#include <lwp_arch.h>
|
||||||
|
void rt_hw_backtrace(rt_uint32_t *ffp, rt_ubase_t sepc);
|
||||||
#else
|
#else
|
||||||
#define rt_hw_backtrace(...) (0)
|
#define rt_hw_backtrace(...) (0)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user