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

Function main

bsp/amebaz/applications/main.c:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#include <rtdevice.h>
15
16int main(void)
17{
18 rt_kprintf("build time: %s %s\n", __DATE__, __TIME__);
19 rt_kprintf("Hello RT-Thread!\n");
20 rt_wlan_set_mode(RT_WLAN_DEVICE_STA_NAME, RT_WLAN_STATION);
21 return 0;
22}

Callers

nothing calls this directly

Calls 2

rt_kprintfFunction · 0.85
rt_wlan_set_modeFunction · 0.85

Tested by

no test coverage detected