| 14 | #include <rtdevice.h> |
| 15 | |
| 16 | int 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 | } |
nothing calls this directly
no test coverage detected