405 链接问题解决

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2024-07-25 13:38:49 +08:00
parent 481910f755
commit 1b85816262
3 changed files with 11 additions and 3 deletions

View File

@@ -272,3 +272,11 @@ int rtthread_startup(void)
return 0;
}
#endif /* RT_USING_USER_MAIN */
// empty function for link only.
void rt_hw_cpu_link_port(void);
int rt_conponents_init()
{
RT_ASSERT(rt_hw_cpu_link_port != RT_NULL);
return 0;
}