Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_application_init
Function
rt_application_init
bsp/microblaze/application.c:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
#include <rtthread.h>
16
17
int rt_application_init()
18
{
19
return 0;
20
}
21
22
/*@}*/
Callers
1
rtthread_startup
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected