MCPcopy 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 */
21int rt_application_init()
22{
23 return 0; /* empty */
24}
25
26/** @} */

Callers 1

rtthread_startupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected