mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 00:45:22 +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
|
||||
#include <lwp_arch.h>
|
||||
void rt_hw_backtrace(rt_uint32_t *ffp, rt_ubase_t sepc);
|
||||
#else
|
||||
#define rt_hw_backtrace(...) (0)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user