MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / main

Function main

bsp/microblaze/startup.c:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102int main (void)
103{
104 /* invoke rtthread_startup */
105 rtthread_startup();
106
107 return 0;
108}
109
110/*@}*/

Callers

nothing calls this directly

Calls 1

rtthread_startupFunction · 0.70

Tested by

no test coverage detected