@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user