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/wh44b0/application.c:21–24 ·
view source on GitHub ↗
application start function */
Source
from the content-addressed store, hash-verified
19
20
/* application start function */
21
int rt_application_init()
22
{
23
return 0; /* empty */
24
}
25
26
/** @} */
Callers
1
rtthread_startup
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected