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

Function main

bsp/bf533/startup.c:82–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82int main(void)
83{
84 /* disable interrupt first */
85 rt_hw_interrupt_disable();
86
87 /* startup RT-Thread RTOS */
88 rtthread_startup();
89
90 return 0;
91}

Callers

nothing calls this directly

Calls 2

rtthread_startupFunction · 0.70
rt_hw_interrupt_disableFunction · 0.50

Tested by

no test coverage detected