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

Function eth_webserver

bsp/hc32/tests/test_eth.c:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65extern void httpd_init(void);
66
67void eth_webserver(void)
68{
69 rt_kprintf("Initialize the httpd...... \r\n");
70 httpd_init();
71}
72MSH_CMD_EXPORT(eth_webserver, eth: start web server);
73
74#endif

Callers

nothing calls this directly

Calls 2

rt_kprintfFunction · 0.85
httpd_initFunction · 0.50

Tested by

no test coverage detected